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

#sidebar #mainNav {
	display: block;
	width: 100%;
}
#sidebar #mainNav li {
	display: block;
	list-style-type: none;
	width: 100%;
	text-align: center;
	width: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar #mainNav a {
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	display: block;
}
#sidebar #mainNav a:link         {
	color: #761235;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E8E8E;
}
#sidebar #mainNav a:visited {
	color: #761235;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E8E8E;
}
#sidebar #mainNav a:hover {
	color: #B7B7B7;
	background-color: #761235;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E8E8E;
}
#sidebar #mainNav a:active {
	color: #FFF;
	padding-top: 1px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
