#dropmenudiv{
position:absolute;
margin-top:0px;
border:2px solid #f8bfda;
border-bottom-width: 0;
line-height:20px;
z-index:100;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; 
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 22px;
border-bottom: 2px solid #f8bfda;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #e2017b;
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; 
}

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