.line {
	border: 1px solid #E1E1E1;

}

A.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5EB89;
	line-height: 20px;
	background-color: #9ACC99;
	width: 90%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5EB89;
	border-left-color: #E5EB89;

}

A.dropmenu:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	background-color: #336799;

}



