/* CSS Document */

#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	height: 18px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	background-color: #3BA6DC;
	font-style: italic;
	color: #FFFFFF;
}
#dropmenudiv a:hover {

	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: underline;
	background-color: #0072BB;
	font-style: italic;
	color: #FFFFFF;
}
