/* sidenav */

ul.sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0 8px 30px;
	list-style-position: outside;
	width: 176px;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #231f20 url(/images/nav-bg.gif) bottom left no-repeat;
}
ul.sidenav ul {list-style: none; list-style-type: none;}

/* sidenav normal */
ul.sidenav li a.sidenav {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 150px;
	padding: 14px 0 0 26px;
	margin: 0;
	overflow: hidden;
	background: url(/images/nav-off.gif) bottom left no-repeat;
}
ul.sidenav li:hover a.sidenav {color: #fff; text-decoration: none; background: url(/images/nav-over.gif) bottom left no-repeat;}

/* sidenav on */
ul.sidenav li a.sidenavon {
	text-decoration: none;
	color: #8fcbdb;
	display: block;
	width: 150px;
	padding: 14px 0 0 26px;
	margin: 0;
	overflow: hidden;
	background: url(/images/nav-over.gif) bottom left no-repeat;
}
ul.sidenav li:hover a.sidenavon {color: #8fcbdb; text-decoration: none;}

/* sidenav sub */
ul.sidesubnav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	width: 176px;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #231f20;
}
ul.sidesubnav ul {list-style: none; list-style-type: none;}
ul.sidesubnav li a.sidesubnav {
	text-decoration: none;
	color: #aec1c9;
	display: block;
	width: 140px;
	padding: 14px 0 0 36px;
	margin: 0;
	overflow: hidden;
	background: url(/images/navsub-off.gif) bottom left no-repeat;
}
ul.sidesubnav li:hover a {color: #aec1c9; text-decoration: none; background: url(/images/navsub-over.gif) bottom left no-repeat;}
