/* MENU FLYOUTS */
#dropmenudiv {
	position: absolute;
	background-color: #f4f1e6;
	border: 1px solid #bdb7b5;
	border-bottom-width: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 9000;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #bdb7b5;
	padding: 1px 0;
	text-decoration: none;
	color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ccc9b6;
}