#topnav {
	display: none;
}

/* sidenav */

ul.sidenav {
	text-decoration: none;
	list-style-type: none;
	margin:0;
	padding: 0;
	list-style-position: outside;
	width: 170px;
	font-size: 18px;
	text-decoration: none;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	background: none;
	color: #0072bc;
	display:block;
	width: 182px;
	padding: 0px 15px 0px 0px;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	overflow: visible;
}

	
a.sidenav:hover {
	background: url(/images/star.gif) top right no-repeat;
	color: #0072bc;
	width: 182px;
	padding: 0px 15px 0px 0px;
	margin: 0;
}

/* sidenavon */

a.sidenavon:link, a.sidenavon:visited, a.sidenavon:active {
	background: none;
	background: url(/images/star.gif) top right no-repeat;
	color: #0072bc;
	display:block;
	width: 182px;
	padding: 0px 15px 0px 0px;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	overflow: visible;
}

	
a.sidenavon:hover {
	background: url(/images/star.gif) top right no-repeat;
	color: #0072bc;
	width: 182px;
	padding: 0px 15px 0px 0px;
	margin: 0;
}


/* sub nav */
a.sidesubnav:link, a.sidesubnav:visited, a.sidesubnav:active {
	background: none;
	color: #666666;
	display:block;
	width: 182px;
	padding: 0px 15px 0px 0px;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	overflow: visible;
}

a.sidesubnav:hover {
	background: url(/images/star.gif) top right no-repeat;
	color: #666666;
	width: 182px;
	padding: 0px 15px 0px 0px;
	margin: 0;
}
