.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #54391e; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #301e10;
width: 155px;
visibility: hidden;
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #54391e; /*THEME CHANGE HERE*/
padding: 2px 0 2px 10px;
text-decoration: none;
color: #d6a771;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #54391e;
color: #ffffff;
}