/* SIDEBAR */
#sidebar {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	font-size: 94%;
	line-height: 1.4em;
}

#sidebar ul {
	background: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px;
}

#sidebar #rootUL {
	padding-bottom: 1px;
	padding: 30px 0 0 0;
	background: #dce1e4 url("../img/bg_nav2.gif") top left no-repeat;
	border: 0px solid red;
}

#sidebar ul li {
	display: block;
	list-style-type: none;
	width: 190px;
	padding: 1px 0 0 0;
	margin: 0;
}


/* level 1 is donker grijs */
#sidebar ul.level1 li a {
	background: #768793 none;
	display: block;
	color: #fff;
	border: none;
	text-decoration: none;
	width: 190px;
	padding: 3px 0;
	margin: 0;
}

#sidebar ul.level2 li a  {
	color: #768793;
	background: #E4E7E9 url("../img/bullet_nav.gif") 12px 7px no-repeat;

}

#sidebar ul.level3 li a {
	background: #E4E7E9 url("../img/bullet_nav2.gif") 26px 9px no-repeat;
	color: #768793;
	background-color: #E4E7E9;
}

#sidebar ul.level4 li a  {
	background: #E4E7E9 url("../img/bullet_nav3.gif") 36px 10px no-repeat;
	color: #768793;
	background-color: #E4E7E9;
}

#sidebar ul.level5 li a {
	background: #E4E7E9 url("../img/bullet_nav4.gif") 44px 8px no-repeat;
	color: #768793;
	background-color: #E4E7E9;
}


#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: #920102;
}

#sidebar ul.level1 li a span {
	display: block;
	padding: 0 10px;
	width: 170px;
}

/* inspringen per level */
#sidebar ul.level2 li a span { padding: 0 25px; width: 150px; }
#sidebar ul.level3 li a span { padding: 0 35px; width: 150px; }
#sidebar ul.level4 li a span { padding: 0 45px; width: 130px; }
#sidebar ul.level5 li a span { padding: 0 55px; width: 110px; }

/* dit is correct voor IE */
#sidebar #bottom {
	width: 190px;
	height: 1px;
	background: #bac5cb url("../img/bg_nav2_bottomm.gif") bottom left no-repeat;
	padding: 0;
	margin: 0;
}

/* IE snapt dit niet en negeert het, maar Mozilla voert het wel uit! */
#sidebar > #bottom {
	margin: 0;
}

/* maak alle geneste ul's onzichtbaar */
#sidebar ul ul {
/*	margin-top: 3px; */
	display: none;
}

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

/* uitgeklapte li's krijgen deze properties */
/*
#sidebar ul li.active a { 
	color: #768793;
	background-color: #E4E7E9;
}

#sidebar ul li.active a:hover { 
	background-color: #920102;
	color: #fff;
}
*/

/* actieve 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-color: #920102;
}



