/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {

   margin: 10px 0 0 30px;
   padding: 0;
   height: 20px; 

   width: 100%;
   margin: 0;
   float: left;

   border-left:1px solid #f5d7b4;

/*   background: #ffffdd;*/

}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   border: 0;
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}


div#menu_horiz ul li
{
   display: block;
   float: left;
   text-align: center;
   padding: 0;
   margin: 0;
}

div#menu_horiz ul li a
{
   background: #ffffdd;
   color: #8B8BC5;
  /* color: #322680; */
   width: 148px;
   height: 18px;
   border-top: 1px solid #f5d7b4;
   border-left: none;
   border-bottom: 1px solid #f5d7b4;
   border-right:1px solid #f5d7b4;
   padding: 0;
   margin: 0 0 10px 0;
   text-decoration: none;
   display: block;
   text-align: center;
   font: normal 14px/18px verdana, lucida, sans-serif;
}

div#menu_horiz ul li a:hover
{
   background: #ebf0ff;
   color: #140F80;
}

div#menu_horiz a:activeparent
{
   background: #f5d7b4;
   color: #0A2835;
}

div#menu_horiz a.activeparent {
   background-color: #f5d7b4;
   color: #18507C;
}

div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-color: #f5d7b4;
   border-bottom: 1px solid #E3A387;
   color: #18507C;
}



/* End of 'Navigation: Simple - Horizontal' */

