#dropmenudiv{
	margin-top:14px;
	position:absolute;
	border-bottom-width: 0;
	line-height:14px;
	z-index:112;
	background-image: url(../images/bg-menu.PNG);
	background-repeat: no-repeat;
	background-position: left top;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 8PX;
	text-decoration: none;
	font-weight: normal;
	color: #462D15;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#dropmenudiv a:hover{ /*hover background color*/
	color:#000000;
	font-weight: bold;
}
