﻿#sidebar {
	font-family: Verdana;
	font-size: 10pt;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 200px;
	background-position: 0 100px;
	font-size: 1em;
	color: #fff;
	z-index: 4;
	padding-top: 76px;
}

#sidebar ul {
	border-color: white;
	border-style: solid;
	border-width: 20px 0px 0px 0px;
	list-style-type: none;
	padding: 0px 0px;
}

#sidebar li {
	margin: 5px 0px 0px 0px;
}

	#sidebar li.page {
		margin: 0px;
	}

#sidebar a {
	border-color: #6B829F;
	border-style: solid;
	border-width: 0px 0px 0px 4px;
	color: #062C69;
	display: block;
	padding: 9px 10px;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

	#sidebar li.section a {
		background-image: url('../Images/Sidebar-Menu-Off.jpg');
		background-position: top right;
		background-repeat: no-repeat;
		font-size: 12pt;
		-moz-border-radius-topright: 7px;
		-webkit-border-top-right-radius: 7px;
	}
	
		#sidebar li.section a:hover, #sidebar li.section.selected a {
		background-image: url('../Images/Sidebar-Menu-On.jpg');
		background-position: top right;
		background-repeat: no-repeat;
			border-color: #9E8732;
			color: black;
		}
	
	#sidebar li.page a {
		border-bottom-width: 1px;
		border-color: #9E8732;
		font-size: 10pt;
		padding: 8px 0px 8px 15px;
	}
	
		#sidebar li.page a:hover, #sidebar li.page.selected a {
			background-color: #E9E6DA;
		}
