/* SIDEBAR             */
#sidebar ul {
	font: 1em  verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	width: 237px;
	color:  #fff;  
	z-index:1000;
	position: relative;
	background-color: transparent; 
}

#sidebar #rootUL {
	margin: 0px 0 0 0px;
	border-top: 1px solid #7c5502;
	padding: 0;	
}


#sidebar ul li {
	background-color: transparent;
	display: block;
	list-style-type: none;
	width: 237px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid red;
}


/* level 1 t/m 5, met de eventuele bullets per level  */

#sidebar ul.level1 li a {
	display: block;
	color:  #fff;  /* doblauw */
	text-decoration: none;
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	background: #b67d02;
	width: 237px;
	border-bottom: 1px solid #7c5502;
}

#sidebar ul.level2 li a {
	color: #fff;
	font-style: italic;
	background: #cc9b32;
}

#sidebar ul.level3 li a {
	color: #fff;
	background: #d8b15d;
	font-style: normal;
	font-size: 0.95em;
}

#sidebar ul.level4 li a {
	color: #fff;
	background:  40px 8px no-repeat;
}

#sidebar ul.level5 li a {
	color: #fff;
	background: url("") top left no-repeat;
}


/* hovertjes */

#sidebar ul.level1 li a:hover,
#sidebar ul.level2 li a:hover,
#sidebar ul.level3 li a:hover,
#sidebar ul.level4 li a:hover,
#sidebar ul.level5 li a:hover  {
	color: #fff;
	background-color: #009e00;
}

/* inspringen van de navtext */
#sidebar ul.level1 li a span { display: block; padding-left: 28px; }
#sidebar ul.level2 li a span { display: block; padding-left: 38px; }
#sidebar ul.level3 li a span { display: block; padding-left: 48px; }
#sidebar ul.level4 li a span { display: block; padding-left: 30px; }
#sidebar ul.level5 li a span { display: block; padding-left: 35px; }



/* maak alle geneste ul's onzichtbaar */
#sidebar ul ul {
	display: none;
}

/* maak geneste ul's van een active li zichtbaar */
#sidebar ul li.active ul { 
	display: none;
}
 

/* uitgeklapte li's krijgen deze properties */

#sidebar ul li.active a { 
}

#sidebar ul li.active a:hover {
}
	
/* geselecteerde li's */
#sidebar ul li a.selected1,
#sidebar ul li a.selected2, 
#sidebar ul li a.selected3, 
#sidebar ul li a.selected4, 
#sidebar ul li a.selected5	{
	color: #fff;
	background-image: url('/img/navbullet.gif');  /* dogroen */
	background-repeat: no-repeat;
	background-position: 12px 11px;
	background-color: #009e00;
} 

#sidebar #bottom  {
	height: 80px;
/* 	background:  50px 30px no-repeat;  */
}
