#dropmenudiv{
position:absolute;
margin-left:1px;
margin-top:2px;
border:1px solid #666666;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 17px;
border-bottom: 1px solid #666666;
color:#333333;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #AACBE0;
}

