.topmenu{
width: 75%;
font:bold 13px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
clear: both; 
visibility: hidden;
}

.topmenu ul{
width: 100%;
padding: 0;
margin: 0;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
color: #fff;
padding:2px 2px;
line-height:23px;
margin: 0;
text-decoration: none;

}

.topmenu ul li a:hover, .topmenu ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#000;  /*THEME CHANGE HERE*/
background:#dcdfec;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color:#dcdfec;
width:217px;
visibility: hidden;
/* for IE */
filter:alpha(opacity=92);
/* CSS3 standard */
opacity:0.92;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0 2px 2px;
text-decoration: none;
font:bold 13px Verdana;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ca0800;
color:#fff;
}