#dropmenudiv{
position:absolute;
background-color: #FEF102;
border:0px solid #87853B;
border-left-width: 1;
border-bottom-width:1;
border-right-width:1;
font:normal 10pt Arial; color: #004da5;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #87853B;
padding: 1px 0;
font:normal 10pt Arial; color: #004da5;
text-decoration: none;
font-weight: bold;
}

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