/*** Sidenav ***/
#sidenav { border-bottom: 1px solid #5FA030; float: left; margin:20px 0 0 0; padding:0; } 

#sidenav ul {
	margin: 0;
	padding: 0;
}

#sidenav li {
	list-style: none;
	display: inline;
	padding: 0;
}

#sidenav ul {
	float: left;
	margin-bottom: -1px;
	border-top: 1px solid #5FA030;
	background: #104100;
}

#sidenav a {
	color: #fff;
	display: block;
	float: left;
	width: 128px;
	padding: 5px 4px 5px 5px;
	font-size: 0.9em;
	border-top: 1px solid #1e7800;
	line-height: 1.2em;
	font-size: 1em;
	background: #104100;
	text-decoration: none;
}

#sidenav a:hover {
	text-decoration: none;
	color: #fff;
	background: #1e7800;
}

#sidenav ul a {
	border-bottom: 1px solid #4fb42d;
	border-top: none;
	font-weight: normal;
	background: #1e7800;
	font-family: Arial, Helvetica, sans-serif;
}

#sidenav ul li.li_selected a { font-weight: bold; color: #fff; background: #4fb42d; border-left: 3px solid #FDE691; border-bottom: none; width:125px;}

#sidenav ul ul a { padding-left: 18px; color: #fff; border-bottom: 0; width: 115px; }
#sidenav ul li.li_selected ul a { font-weight: normal;  border: none; font-style: italic; background: #4fb42d url(../images/whitepointer.gif) no-repeat 10px 9px; width:115px;}
#sidenav ul li.li_selected ul a:hover { text-decoration: underline; }

#sidenav ul a:hover { background: #4fb42d; }

#col-right #sidenav { margin-left: 3px; }