#topnav {
	background-color: #738E4E;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 25px;
}
#topnav ul {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#topnav li {
	display: inline;
	list-style-type: none;
}
#topnav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #738E4E;
	display: block;
	float: left;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
}
#topnav ul a.first {
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	height : 16px;
	text-decoration: none;
}
#topnav a:hover {
	color: #341D48;
	background-color: #FFFFFF;
	text-decoration: none;
}
