@charset "utf-8";
/* CSS Document */

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #647aa1;
	font-weight: normal;
	text-decoration: underline;
}
