#dropmenudiv{
position:absolute;
z-index:100;

width:105px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#7e7e7e;
line-height: 16px;
background-color: #f3e0dd;
/*margin-top: -5px;*/
}

#dropmenudiv a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#7e7e7e;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f3e0dd;
color: #7e7e7e;
}
