@charset "UTF-8";
#sidenav {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
#sidenav ul {
	margin: 0px;
	padding: 0px;
}
#sidenav a:hover {
	color: #FF0000;
}
#sidenav li {
	list-style-type: none;
	list-style-position: inside;
}
#sidenav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 110px;
	margin-top: 10px;
}
#sidenav  a:active {
	background-image: url(../../L4/silverspark/images/beadaccent2blue.png);
	background-repeat: no-repeat;
	background-position: center center;
}
