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

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


div#menu ul {
   margin: 0;
   padding: 0;
}


div#menu2  a {
font-size:0.9em;
}

/* menu list items */
div#menu li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu a {
   padding: 0 1em 0 1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   line-height:18px;
   text-transform:uppercase;
   font-weight:bold;
}


/* hover state for links */
div#menu li a:hover {
   text-decoration: underline;
}
div#menu a.activeparent:hover {
   color: #18507C;
}

div#menu1 li.activeparent a, div#menu1 li.currentpage a {
   color: #AFA;
}
div#menu2 li.activeparent a, div#menu2 li.currentpage a {
   color: #FE9;
}


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

