/* Start of CMSMS style sheet 'topmenu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#topmenu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#topmenu{
float:right;
height:90px;
}
div#topmenu ul{
list-style:none;
}
div#topmenu li{
height:55px;
float:left;
display:block;
padding:35px 10px 0 10px;
text-transform:capitalize;
}
div#topmenu li:hover{
height:55px;
float:left;
padding:35px 10px 0 10px;
text-transform:capitalize;
color:#FFF;
display:block;
background:url(../images/site/topmenu_item_active.png) center no-repeat;
}
div#topmenu li:hover a{
color:#FFF;
}
div#topmenu li.selected{
height:55px;
float:left;
padding:35px 10px 0 10px;
text-transform:capitalize;
color:#FFF;
display:block;
background:url(../images/site/topmenu_item_active.png) center no-repeat;
}
div#topmenu li.selected a{
color:#FFF;
}
div#topmenu li.selected h3{
color:#FFF;
font-size:15px;
font-weight:bold;
}
div#topmenu li a{
font-weight:bold;
text-decoration: none;
background-color: inherit; 
color:#1F60A9;
}
div#topmenu li a:hover{
background:;
height:90px;
font-weight:bold;
text-decoration: none;
background:url(../images/site/topmenu_item_active.png) center no-repeat;
color:#FFF;
}
div#topmenu li a.selected{
font-size:15px;
height:90px;
font-weight:bold;
text-decoration: none;
background-color: inherit; 
color:#FFF;
background:url(../images/siteages/site/topmenu_item_active.png) center no-repeat;
}


/* End of 'topmenu' */

