#dropmenudiv{
position: absolute;
background-color: #fff;
border: 1px solid #f6e0a6;
border-bottom-width: 0;
font: normal 11px/18px Arial, 'Lucida Grande', sans-serif;
z-index: 100;
margin: -2px 0 0 2px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f6e0a6;
padding: 1px 0;
text-decoration: none;
font: normal 11px/24px Arial, 'Lucida Grande', sans-serif;
color: #A30734;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fef6e1;
color: #A30734;
}

