@charset "UTF-8";

#navframe {
	height: 30px;
	width: 100%;
	background-color: #3D6B44;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#nav {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: run-in;
}
#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	float: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #3D6B44;
}
#nav a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
