#dropmenudiv{
position: absolute;
border-bottom-width: 0;
font-family: verdana;
font-size:100%;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 20px;
color:#D5D2D6;
padding: 1px 0;
text-decoration: none;
}

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


