#dropmenudiv{
position:absolute;
margin-top: 2px;
border: 1px solid #ddd;
border-bottom-width: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px dotted #ddd;
padding: 3px 0;
color: #66c;
text-decoration: none;
font-weight: normal;
}

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