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



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

  
 margin-left:1px;
   margin-top: 0px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   


}


/* menu list items */
div#menu_horiz li {
float:left;
   list-style: none; /* hides the list bullet */ 
margin-right:5px;
border-left:1px solid #80cff4;
margin-left:2px;
padding-left:5px;
   
}


div#menu_horiz a {
   background-color:white;
font-size:12px;
   padding-top:1px;
padding-left:1px;
padding-right:1px;
padding-bottom:0px;
   margin: 0;  
 text-decoration: none;  
  color: #666;


}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #80cff4;
color:black;
}
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:white;
 }

div#menu_horiz h3 {

background-color:white;
     margin: 0;    text-decoration: none;    color: #000;
       font-size: 12px;                 
padding:0px;
font-weight:bold;

}

.currentpage {}

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

