@charset "utf-8";
#topnav {
	background-color: #364867;
	float: none;
	width: auto;
	color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-bottom-style: inset;
	border-top-color: #D9D9E5;
	border-right-color: #D9D9E5;
	border-bottom-color: #D9D9E5;
	border-left-color: #D9D9E5;
	height: 25px;
	border-right-style: outset;
	border-left-style: inset;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	background-position: center;
	vertical-align: middle;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display: inline;
}
#topnav a {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	float: left;
	font-variant: small-caps;
	width: 85px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#topnav a:hover {
	color: #00254A;
	background-color: #DEDEE6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
