#topnav {
	display: none;
}

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

a.sidenav:link, a.sidenav:visited {
	background: #ffffff url(/images/nav-bullet.gif) top right no-repeat;
	text-decoration: none;
	color: #231f20;
	font-weight: normal;
	display:block;
	width: 180px;
	font-size: 13px;
	padding: 0px 20px 6px 0px;
	overflow: visible;
}

	
a.sidenav:hover {
	color: #4ac1c0;
}

/* sidenav - insidethebox */
a.sidenavitb:link, a.sidenavitb:visited  {
	background: #ffffff url(/images/nav-bullet.gif) top right no-repeat;
	text-decoration: none;
	color: #231f20;
	font-weight: normal;
	display:block;
	width: 180px;
	font-size: 13px;
	padding: 0px 20px 6px 0px;
	overflow: visible;
}

a.sidenavitb:hover {
	color: #4ac1c0;
	background: #ffffff url(/images/nav-bullet-over.gif) top right no-repeat;
}

/* sub nav */
a.sidesubnav:link, a.sidesubnav:visited {
	background: #ffffff url(/images/nav-bullet-black-off.gif) top right no-repeat;
	text-decoration: none;
	color: #231f20;
	font-weight: normal;
	display:block;
	width: 180px;
	font-size: 13px;
	padding: 0px 20px 6px 0px;
	overflow: visible;
}

a.sidesubnav:hover {
	color: #4ac1c0;
	background: #ffffff url(/images/nav-bullet-black.gif) top right no-repeat;
}
