#sidenav {
	width: 150px;
}
#sidenav ul {
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	list-style-type: none;
}
#sidenav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 140px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8282D1;
	text-align: right;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-style: italic;
	margin: 0px;
	padding: 5px;
}
#sidenav a:hover {
	background-color: #FFFFFF;
	color: #8282D1;
}
