#sidebar #subNav {
	margin-right: 35px;
}

#sidebar #subNav h1 {
	color: #718da5;
	text-align: left;
	font-size: 1.2em;
	text-transform: uppercase;
}

#sidebar #subNav ul {
	margin-top: -5px;
	text-align: right;

}

#sidebar #subNav a:link, #sidebar #subNav a:visited {
	color: #898989;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.5em;
	outline: none;
}

#sidebar #subNav a:hover {
	color: #990000;
}

#sidebar #subNav a.more {
	color: #718da5;
}

#sidebar #subNav a.current {
	color: #8a672d;
}