@charset "UTF-8";
#Header {
	background-color: #FFFFFF;
	height: 106px;
}
#Logo {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 700px;
}
#MainNavigation {
	padding-top: 30px;
	margin-bottom: 22px;
	color: #000000;
	text-decoration: none;
}
#MainNavigation ul li {
	display: inline;
}
#MainNavigation ul li a {
	text-decoration: none;
	margin-top: 50px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	color: #000000;
	font-weight: bold;
}
#MainNavigation ul li a:hover {
	background-color: #1c3278;
	color: #FFFFFF;
	border-top-width: 55px;
	border-top-style: solid;
	border-top-color: #1c3278;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1c3278;
}
#MainNavigation .current {
	background-color: #0068AF;
	color: #FFFFFF;
	border-top-width: 55px;
	border-top-style: solid;
	border-top-color: #0068AF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0068AF;
	text-decoration: none;
}
/*#MainNavigation ul li .current    {
	color: #224096;
}*/
#Header h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0000;
	text-transform: lowercase;
	padding-left: 200px;
	padding-top: 0px;
}
