@charset "utf-8";
#Banner {
	background-repeat: no-repeat;
	height: 252px;
	width: 496px;
	float: right;
}
#Banner .flashbox {
	height: 200px;
	width: 300px;
}

#Logo {
	float: left;
	height: 202px;
	width: 204px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#Logo #trans {
	width: 203px;
	height: 50px;
	margin-top: 202px;
	background-color: #163C00;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 800;
	text-align: center;
	letter-spacing: 4px;
	line-height: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Navigation {
	height: 39px;
	width: 700px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #173E03;
	clear: both;
	background-color: #338504;
}
#Navigation ul {
	display: block;
	height: 37px;
	margin: 0px;
	padding: 0px;
	
}
#Navigation li {
	display: inline;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}




#Navigation ul li a {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	padding: 12px;
}
#Navigation .last {
	width: 144px;
}
#Navigation .first {
}



#Navigation ul li a:hover {
	background-color: #7E242D;
	color: #F0F0F0;
}




.noboader {
	border-style: none;
}
#Navigation a:hover,#Navigation.current a {
	background-color: #8DBB72;
}
