#dropmenudiv{
	background: #FFFFFF;
	border: 0px solid;
	position: absolute;
	font-size:12px;
	font-weight:bold;
	/*line-height:0px;*/
	z-index:100;
	padding:0 0 0 0px;
	margin:11px 0 0 -11px;
}
#dropmenudiv a{
	width:100%;
	background: #FFFFFF;
	color: #796a4a;
	display: block;
	text-decoration: none;
	font: normal 12px "Times New Roman", Times, serif;
	padding:6px 0 5px 10px;
	margin:0 0 0 0;
	border-bottom:1px solid #796a4a;
	border-left:1px solid #796a4a;
	border-right:1px solid #796a4a;

}
#dropmenudiv a:hover{ /*hover background color*/
}

