/* USED FOR DROP DOWN MENUS */
#dropmenudiv {
	position: absolute;
	font-variant: normal;
	font-size: 11px;
	font-family: Arial;
	z-index: 100;
	color: #7D7655;
	font-weight: bold;
	line-height: 18px;
	border: 1px solid #000000;
	margin-left: 1;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	color: #7D7655;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px
}

#dropmenudiv a:hover {
	background-color: #F7F2D5;
	color: #000000;
	text-decoration: none
}
