div#sidebar ul {
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
}
a.bignav {
	color: black;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 101%;
	background-color: inherit;
	text-decoration: none;
}
a:hover.bignav {
	color: blue;
	background-color: inherit;
	text-decoration: underline;
}
a.nav {
	color: black;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 101%;
	background-color: inherit;
	text-decoration: none;
	padding-left: 0.3em;
}
a:hover.nav {
	color: blue;
	background-color: inherit;
	text-decoration: underline;
}
a.subnav {
	color: black;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 101%;
	background-color: inherit;
	text-decoration: none;
	padding-left: 0.6em;
}
a:hover.subnav {
	color: blue;
	background-color: inherit;
	text-decoration: underline;
}
