@charset "UTF-8";
/* CSS Document */

#sidenav {
	float: right;
	width: 219px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #a1b9bd;
	margin-bottom: 12px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidenav li {
} 
#sidenav a {
	display: block;
	color: #e6e6e6;
	width: 195px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1b9bd;
	padding-left: 12px;
	margin-right: 13px;
}
#sidenav a:hover {
	color: #c6f2f7;
	background-image: url(../images/sidenav-bkgd-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#active a {
	display: block;
	color: #c6f2f7;
	width: 195px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1b9bd;
	padding-left: 12px;
	background-image: url(../images/sidenav-bkgd-down.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 13px;
}
