/* Start of CMSMS style sheet 'Menu: Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   width: 100%;
}

div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

div#menu_horiz li {
   float: left;
   list-style: none;
width: 206px;
   height:22px;
}

div#menu_horiz a{
   margin: 0;
   margin-top: 0px;
   padding-left: 10px;
   padding-right: 10px;
   text-decoration: none;
   background-color: #010080;
   color: #fff;
   display: block;
   font-family: Trebuchet MS;
   font-size: 16px;
   font-weight: bold;
font-style: italic;

text-align: center;
}

div#menu_horiz li.currentpage {
   margin: 0;
   text-decoration: none;
   color: #fff;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 0px;
   display: block;
   font-size: 1em;
   background-color: #ffd204;
   color: #000;
   font-family: Trebuchet MS;
   font-size: 16px;
   font-weight: bold;
width: 188px;
text-align: center;
}

li{
   background-color: #23568d;
}
/* End of 'Menu: Horizontal' */

