@charset "utf-8";

#dropmenudiv{
	position:absolute;
	border-bottom-width: 1;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	display: block;
	margin-top: 5px;
}


#dropmenudiv a{
	display: block;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: #333333;
	background-color: #ebebeb;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #666666;
	color: #FFFFFF;
}
