#dropmenudiv{

background-color: #DB9370;
border-color: #8C1717;
border-style: solid;
border-width: 2px;
color: #8C1717;
font-family: arial,geneva;
font-size: 11px;
font-weight: normal;
layer-background-color: #336633;
padding: 0px;
position: absolute;
line-height:12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

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