#sidenav   {
	float: left;
	width: 215px;
	height: 437px;
}
#sidenav ul#menulist_root_sidenav{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	border-top: 1px solid #fff;
	background: #53463b;
}
#sidenav ul a#menulink_1_sidenav {
	border-top: 1px solid #fff;
}
#sidenav ul a{
	color: #fff;
	text-decoration: none;
	display: block;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sidenav ul ul {
	list-style: none;
	padding: 0px;
	display: none;
}
#sidenav ul ul a {
	padding-left: 28px;
	text-transform: none;
}
#sidenav ul li a.mainlevel_current_sidenav,
#sidenav ul li a.sublevel_current_sidenav {
	background: #9c917e;
}
#sidenav ul a:hover {
	background: #9c917e;
}
#sidenav ul ul ul a {
	padding-left: 40px;
	text-transform: none;
	background: url(/images/bullet_sidenav.gif) no-repeat 30px 8px;
}
#sidenav ul ul ul a.sublevel_current_sidenav,
#sidenav ul ul ul a:hover {
	background: #9c917e url(/images/bullet_sidenav2.gif) no-repeat 30px 8px;
}
#sidenav ul ul ul ul a {
	padding-left: 54px;
	text-transform: none;
	background: url(/images/bullet_sidenav.gif) no-repeat 44px 8px;
}
#sidenav ul ul ul ul a.sublevel_current_sidenav,
#sidenav ul ul ul ul a:hover {
	background: #9c917e url(/images/bullet_sidenav2.gif) no-repeat 44px 8px;
}

