
.dropmenudiv{
position:absolute;
top: 0;
margin-left:-32px;
margin-top:4px;
border: 1px solid #f5f5f5; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: #D5D5D5;
width: 125px;
display:block;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f5f5f5; /*THEME CHANGE HERE*/
padding: 2px 0px 0px 10px;
text-decoration: none;
display:block;
/*font-weight: bold;*/
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FDC00E;
color: #000;
}
