.mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	float: left;
}
.mainnav a:link {
	text-decoration: none;
	display: block;
	width: 100px;
	background-color: #FFFFFF;
	float: left;
	height: 20px;
	padding-top: 4px;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #2A3224;
	color: #333333;
}
.mainnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	background-color: #465C3A;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.mainnav a:visited {
	text-decoration: none;
	display: block;
	width: 100px;
	background-color: #FFFFFF;
	float: left;
	height: 20px;
	padding-top: 4px;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #2A3224;
	color: #333333;
}

