.dropmenudiv_a{
position:absolute;
top: 0;
border-top: 1px solid #4F5759; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: bold 10px Arial;
z-index:100;
background-color: #5D6769;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 1px solid #778486 !important;
border-bottom: 1px solid #4F5759; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
text-transform: uppercase;
color: #fff;
}

.dropmenudiv_a a:hover, .dropmenudiv_a a:visited{	
color: #fff;
text-decoration: none;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #778486;
color: #fff;
}