
.dropmenudiv{
position:absolute;
top:-20px; margin:0; padding:0; left:100px;
z-index:100; background:#ba5f27; 
visibility: hidden; width:96px; padding:0px 5px 0 5px; border:1px solid #666; list-style:none;
}
.dropmenudiv li{float:left; width:96px !important; text-align:left; border-bottom:1px solid #fff; height:auto; padding:5px 0 5px 0}

.dropmenudiv li.last{ border-bottom:none}

.dropmenudiv a{ color:#fff!important; font-weight:bold; padding:2px; float:left; clear:both; text-decoration:none; width:92px!important;


}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff; color:#333!important; text-decoration:none;
}