/* sidenav */

#sidenavtop {
	background: url(../images/nav-top.gif) bottom left no-repeat;
	width: 201px;
	height: 34px;
}

#sidenavbase {
	background: url(../images/nav-base.gif) top left no-repeat;
	width: 201px;
	height: 7px;
}

ul.sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	width: 201px;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #326e41;
}

ul.sidenav  ul {
	list-style: none;
	list-style-type: none;
}

a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 151px;
	padding: 4px 20px 4px 30px;
	margin: 0;
	overflow: visible;
}
	
a.sidenav:hover {
	background: url(../images/bullet.gif) left no-repeat;
}

a.sidenavon:link, a.sidenavon:visited, a.sidenavon:active {
	text-decoration: none;
	color: #97edad;
	font-weight: bold;
	display: block;
	width: 151px;
	padding: 4px 20px 4px 30px;
	margin: 0;
	overflow: visible;
	background: url(../images/bullet.gif) left no-repeat;
}

a.sidesubnav:link, a.sidesubnav:visited, a.sidesubnav:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 151px;
	padding: 2px 20px 2px 30px;
	margin: 0;
	overflow: visible;
	background: #3a8e50;
}
	
a.sidesubnav:hover {
	background: #3a8e50 url(../images/bullet.gif) left no-repeat;
}

.sidenavdivide {
	background: url(../images/divider.gif);
	width: 201px;
	height: 2px;
	overflow: hidden;
}