#topnav {
	display: none;
}

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

a.sidenav:link, a.sidenav:visited {
	background: none;
	text-decoration: none;
	color: #ececec;
	font-weight: normal;
	display:block;
	width: 282px;
	padding: 2px 8px 2px 0;
	border-right: 1px none #ffffff;
	overflow: visible;
}

	
a.sidenav:hover {
	color: #ececec;
	background:url(/images/nav-hover.gif) top right repeat-y;
	text-decoration: none;
}
html>body a.sidenav:hover  {
	background:url(/images/nav-hover.png) top right repeat-y;
}

/* sub nav */
a.sidesubnav {
	background: url(/images/subnav-bg.gif) top right repeat-y;
	text-decoration: none;
	color: #ececec;
	font-weight: normal;
	display:block;
	width: 282px;
	padding: 2px 8px 2px 0;
	border-right: 1px none #515F6F;
	overflow: visible;
}
html>body a.sidesubnav, a.sidenav  {
	background: url(/images/subnav-bg.png) top right repeat-y;
}

a.sidesubnav:hover {
	color: #ececec;
	background:url(/images/nav-hover.gif) top right repeat-y;
	text-decoration:none;
}

html>body a.sidesubnav:hover  {
	background:url(/images/nav-hover.png) top right repeat-y;
}

html>/**/body a.sidesubnav:link, a.sidesubnav:visited, a.sidenav:link, a.sidenav:visited  {
	width: 285px;
	padding: 2px 5px 2px 0;
}