#sidenav h2 {
	margin: .4em 0;
	color: #fbbb64;
	}
#sidenav {
	margin: 0 -10px 1em 1em;
	float: right;
	background-color: #800;
	width: 16em;
	font-size: .85em;
	border-left: 1px solid #400101;
	border-bottom: 1px solid #400101;
	border-top: 1px solid #400101;
	color: #fff;
}
#sidenav a {
	color: #fff;
	}
#sidenav ul {
	margin: 0;
	padding:0;
}
#sidenav li { 
	background-color: #800;
	color: #fff;
	list-style: none;
	border-top: 1px solid #400101;
	margin-left: 0;
	margin-bottom: 0;
	height: 1%;
}
#sidenav li a {
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 17px;
	color: #fff;
	border: 0;
	height: 1%;
}
#sidenav a:hover {
	background-color: #cc8f8f;
	}
#sidenav li.child { 	
	padding-left: 18px;
	}
#sidenav .department {
	font-size: 1.2em;
}
#sidenav .division {
	background-color: #c97007;
}
#sidenav .department a:hover, #sidenav .openParent a:hover, #sidenav .currentParent a:hover {
	background: #cc8f8f url("/images/arrow_down_white.gif") no-repeat 5px 9px;
}
#sidenav .currentParent a:hover {
	background: #cc8f8f url("/images/arrow_down_white.gif") no-repeat 5px 9px;
}
#sidenav .closedParent a:hover {
	background: #cc8f8f url("/images/arrow_right_white.gif") no-repeat 5px 9px;
}
#sidenav .currentChild a:hover {
	background-color: #cc8f8f;
}
#sidenav .current a:hover {
	background-color: #cc8f8f;
}
#sidenav .currentChild, #sidenav .currentChild a {
	padding-left: 18px;
	background-color: #cc8f8f;
}
#sidenav .current, #sidenav .current a {
	background-color: #cc8f8f;
}
#sidenav .closedParent {
	background:  url("/images/arrow_right_white.gif") no-repeat 5px 9px;
}
#sidenav .closedParent a:visited {
	color: #fff;
}
#sidenav .openParent { /*Used for the active parent when one of its children is the current page*/	
	font-weight: bold;
	background: url("/images/arrow_down_white.gif") no-repeat 5px 9px;
}
#sidenav .currentParent {
	font-weight: bold;
	background:  #cc8f8f url("/images/arrow_down_white.gif") no-repeat 5px 9px;
	}
