.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #4e4e4e; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:22px;
z-index:500;
background-color: white;
width: 200px;
visibility: hidden;
background-color:#696969;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4e4e4e; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color:#fff;
}

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

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