
#dropmenudiv{
position:absolute;
margin-top:7px;

border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 17px;

border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#000000;
background-color: #D9CAAB;
}

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


