#dropmenudiv{

position:absolute;

border:1px solid black;

font:normal 11px Verdana;

color: #000000; 

line-height:18px;

z-index:100;

text-decoration: none;

font-weight: normal;

}



#dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

text-decoration: none;

color: #000000; 

font-weight: normal;

}



#dropmenudiv a:hover{ /*hover background color*/

background-color: #C0C79D;

text-decoration: none;

color: #000000; 

font-weight: normal;

}