@charset "utf-8";
#DivNavigation {
	background-color: #333333;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#DivNavigation ul {
	width: 700px;
	text-align: center;
	height: 30px;
	border-top-width: 4px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 0px;
	margin: 0px;
}
#DivNavigation li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	width: 700px;
}
#DivNavigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#DivAll .active {
	color: #FFFFFF;
	text-decoration: none;
}
#DivAll .active:hover {
	text-decoration: underline;
}

#DivNavigation a:hover {
	color: #FFFFFF;
}
