.dropmenudiv{
position:absolute;
top: 0;
margin-top:0px;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:16px;
z-index:100;
background-color: #2f70c7;
width:190px;
text-align:center;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px;
text-decoration: none;
color:#fff;

}

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

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