#dropmenudiv{
position:absolute;
background-color: #CEAA4D;
border:1px solid #2C211C;
border-bottom-width: 0;
font:normal 14px trebuchet ms;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2C211C;
padding: 1px 0;
text-decoration: none;
color: #000000;
}

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