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

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


div#menu_horiz {
   height:40px;
   font-size: 1.17em;
}


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

div#menu_horiz li {
   padding: 8px 11px 16px 12px;
   float: left;
   list-style: none;
   margin: 0 ;
}

div#menu_horiz a {
   margin: 0;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

div#menu_horiz ul h3 {
   font-size: 1em;
   margin: 0;
   color: #fff;
}
div#menu_horiz ul li.currentpage {
   background: url(images/template/menshadowend.gif) no-repeat right 0;
}

div#menu_horiz ul li.activeparent {
   /*background: url(images/template/menshadow.gif);*/
   background: url(images/template/menshadowend.gif) no-repeat right 0;
   /*padding: 8px 0 16px 0;*/
}



/* End of 'Navigation: Horizontal' */

