.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
}
.leftnav a:link {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	background-position: center center;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.leftnav a:hover {
	text-decoration: none;
	display: block;
	color: #333333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-right-width: 5px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	background-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.leftnav_box {
	float: left;
	height: 602px;
	background-color: #2A3224;
}
.leftnav a:visited {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	background-position: center center;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
