@charset "UTF-8";
#sidenav {
	padding-left: 10px;
	padding-bottom: 45px;
	width: 159px;
}
#sidenav ul {
	padding: 0px;
	margin: 0px;
}
#sidenav li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C9A4;
	height: 35px;
	width: 149px;
	line-height: 35px;
	padding-left: 10px;
}
#sidenav a {
	text-decoration: none;
	height: 40px;
	width: 159px;
	font-size: 14px;
	color: #788D39;
}
#sidenav li:hover {
	background-color: #C2C9A4;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788D39;
}
#sidenav  li:active {
	background-color: #C2C9A4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788D39;
}
