#leftNav {
	width: 150px;
}
#leftNav a {
	display: block;
	font-size: 12px;
	padding: 8px 3px 8px 5px;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}
#leftNav a:link, #leftNav a:visited {
	color: #fff;
	background-color: #DC905C;
	text-decoration: none;

}
#leftNav a:hover, #leftNav a:active, #leftNav a:focus {
	color: #fff;
	background-color: #22748A;
	text-decoration: none;
}
#leftNav a.navSelected {
	color:#fff  !important;
	background-color: #22748A  !important;
}
#leftNav h2 {
	background-color: #D45F00;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
	margin: 0;
}
.beforeHeader a {
	border-bottom: 0 !important;
}
