@charset "utf-8";
/* CSS Document */

ul#Navigation {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 8.5em;
	margin-left: 0em;
	padding: 0em;
}
ul#Navigation li {
	list-style: none;
	margin: 0.3em;
	padding: 0;
}
ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
	display:block;
	padding: 0.2em;
	text-decoration: none;
	font-weight: bold;
	color: #3f86bc;
	text-indent: 0.4em;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#Navigation a:hover, ul#Navigation span {
	color: #000000;
	background-color: #CCE6F1;
}

ul#Navigation h2 {
	margin: 1.1em 0 0;
	color: #000000;
	text-align: left;
	background-color: #CCE6F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0em;
	font-weight: bold;
	font-size: small;
}

