/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #898966;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 2px;
border-bottom: 1px solid #898966; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #FF0000;
}


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