#dropmenudiv{
border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; border-bottom:0px solid white; position:absolute;
line-height:18px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Arial color #000000
}

#dropmenudiv a{
width: 190px;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-family: Arial; 
font-size: 9pt; 
font-weight: normal;
}

dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

a:link {
COLOR: white;
}
a:visited {
COLOR: white;
}
a:hover {
COLOR: #B7A87F;
}
a:active {
COLOR: #B7A87F;
}
