/*TopNavigation*/
#container #topnavi .topnavi:link {
	background-color: #a8a9ad;
	border: 1px solid black;
	text-decoration: none;
	color: #000;
	height: 25px;
	width: 180px;
	text-align: center;
	float: left;
	margin: 10px;
	padding-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 1px #000;
	-webkit-box-shadow: 3px 3px 1px 0px #000;
	-moz-box-shadow: 3px 3px 1px #000;
	font-size: 18px;
	font-weight: normal;
}
#container #topnavi .topnavi:active {
	background-color: #a8a9ad;
	border: 1px solid black;
	text-decoration: none;
	color: #000;
	height: 25px;
	width: 180px;
	text-align: center;
	float: left;
	margin: 10px;
	padding-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 1px #000;
	-webkit-box-shadow: 3px 3px 1px 0px #000;
	-moz-box-shadow: 3px 3px 1px #000;
	font-size: 18px;
	font-weight: normal;
}
	
#container #topnavi .topnavi:visited {
	background-color: #a8a9ad;
	border: 1px solid black;
	text-decoration: none;
	color: #000;
	height: 25px;
	width: 180px;
	text-align: center;
	float: left;
	margin: 10px;
	padding-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 1px #000;
	-webkit-box-shadow: 3px 3px 1px 0px #000;
	-moz-box-shadow: 3px 3px 1px #000;
	font-size: 18px;
	font-weight: normal;
}
#container #topnavi .topnavi:hover {
	background-color: #CCCCCC;
	border: 1px solid black;
	text-decoration: none;
	color: #000;
	height: 25px;
	width: 180px;
	text-align: center;
	float: left;
	margin: 10px;
	padding-top: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 1px #000;
	-webkit-box-shadow: 3px 3px 1px 0px #000;
	-moz-box-shadow: 3px 3px 1px #000;
	font-size: 18px;
	font-weight: bold;
}

/*SubNavigation*/
#container #subnavi .subnavi:link {
	background-color: #a8a9ad;
	text-decoration: none;
	color: #000;
	height: 24px;
	width: 200px;
	text-align: center;
	float: left;
	clear: both;
	padding-top: 12px;
	font-size: 16px;
	margin: 0px;
	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: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	font-weight: normal;
}
	
#container #subnavi .subnavi:active {
	background-color: #a8a9ad;
	text-decoration: none;
	color: #000;
	height: 24px;
	width: 200px;
	text-align: center;
	float: left;
	clear: both;
	padding-top: 12px;
	font-size: 16px;
	margin: 0px;
	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: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
#container #subnavi .subnavi:visited {
	background-color: #a8a9ad;
	text-decoration: none;
	color: #000;
	height: 24px;
	width: 200px;
	text-align: center;
	float: left;
	clear: both;
	padding-top: 12px;
	font-size: 16px;
	margin: 0px;
	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: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
#container #subnavi .subnavi:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	color: #000;
	height: 24px;
	width: 200px;
	text-align: center;
	float: left;
	clear: both;
	padding-top: 12px;
	font-size: 16px;
	margin: 0px;
	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: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	font-weight: bold;
}
