

#dropmenudiv{
position: absolute; 

border-bottom-width: 0;

z-index:100;

font-family: arial, helvetica, sans;
		  font-size: 9pt;
		  height: 30px;
		  width: 100%;
		  cursor:hand;
		  font-weight: bold;
		  line-height: 17pt;
		  text-align: left; 


}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
background:#715031;
color:#FFFFFF;
border-bottom:thin;
border-color:#CCCCCC;
padding: 3px 0;
text-decoration: none;
font-weight:bold;
border-bottom:1 #a7815c solid;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#96724e;

}



