/* Start of CMSMS style sheet 'McLean 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: 0; width: auto; }

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul   { align: center; margin: 0 0 20px; padding: 0; height: 2.2em; border: solid 1px #c0c0c0 }

/* menu list items */
div#menu_horiz li {
 float: left;  /*  makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
text-align: center;
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
}


/* the links, that is each list item */
div#menu_horiz a  { color: #c0c0c0; text-decoration: none; display: block; margin: 0; padding: 0.6em 1em 0.6em 1.4em }


/* hover state for links */
div#menu_horiz li a:hover  { }
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  { color: #fff; }

div#menu_horiz h3  { color: #fff; font-size: 1em; text-decoration: none; display: block; margin: 0; padding: 0.6em 1em 0.6em 1.4em }

/* End of 'McLean Horizontal' */

