.sidenav {
	overflow: hidden;
	position: absolute;
	height: 130%;
	width: 200px;
	left: 40px;
	top: 140px;
	background-color: d1d1d1;
	padding-bottom: 100px;
	z-index: 3;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	visibility: visible;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 20px;
	height: 30px;
	width: 200px;
	padding-top: 10px;
}
a.navtext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	height: 30px;
	width: 200px;
	float: left;
}
a.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	background-color: #666666;
}
.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 30px;
	margin-bottom: 0px;
}
.navtext2 {
	padding: 0px;
	height: 30px;
	margin: 0px;
}
