#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:10px;
z-index:100;
background:#998262;
width:102px;
text-align:center;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
}


#dropmenudiv a:hover{ /*hover background color*/
color:#460003;
}