#dropmenudiv{
position:absolute;
border:1px solid #e0e2e2;
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
margin-left:-16px;
margin-top:12px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 1px solid #e0e2e2;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color:#282828;
}

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