/* SIDEBAR */
#sidebar ul {
	font: 1em Trebuchet MS, verdana;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	width: 151px;
	color:  #24408f;  /* smeetskring-doblauw */
	z-index:1000;
	position: relative;
	background-color: transparent; 
}

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


#sidebar ul li {
	background-color: transparent;
	display: block;
	list-style-type: none;
	width: 151px;
	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:  #24408f;  /* smeetskring-doblauw */
	text-decoration: none;
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	background: transparent none;
	width: 151px;
	border-bottom: 1px solid #e6e6e7;
	border-top: 1px solid #f8f7f7;
}

#sidebar ul.level2 li a {
	font-weight: normal;
		background: #959cb3;
		color: #fff;
	color:  #24408f;  /* smeetskring-doblauw */
	background: #c9cdd8;
}

#sidebar ul.level3 li a {
	font-weight: normal;
		color: #fff;
		background: #c9cdd8;
	background: #959cb3;
	color: #fff;
}

#sidebar ul.level4 li a {
	color: #626262;
	background: url('/img/navbullet3.gif') 40px 8px no-repeat;
}

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


/* hovertjes ----------------------------------------------------------------------------------*/

#sidebar ul.level1 li a:hover  {
	color: #fff;
	background: none  #24408f;  /* smeetskring-doblauw */
;
}

#sidebar ul.level2 li a:hover {
	color: #fff;
	background: none  #24408f;  /* smeetskring-doblauw */
}

#sidebar ul.level3 li a:hover   {
	color: #fff;
	background: none  #24408f;  /* smeetskring-doblauw */
}

#sidebar ul.level4 li a:hover,
#sidebar ul.level5 li a:hover  {
	color: #fff;
	background: url('/img/navbullet3hi.gif') 40px 8px no-repeat #dd6e81;
}


/* inspringen van de navtext ------------------------------------------------------------------*/

#sidebar ul.level1 li a span { display: block; padding: 0 10px 0 14px; }
#sidebar ul.level2 li a span { display: block; padding: 0 10px 0 26px; }
#sidebar ul.level3 li a span { display: block; padding: 0 10px 0 38px; }
#sidebar ul.level4 li a span { display: block; padding-left: 50px; }
#sidebar ul.level5 li a span { display: block; padding-left: 60px; }



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

/* maak geneste ul's van een active li onzichtbaar */
#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 {
	color: #af2d21;  /* smeetskring-rood */
} 

#sidebar ul li a.selected2	{
	color:  #af2d21;  /* smeetskring-rood */
} 

#sidebar ul li a.selected3	{
	color:  #af2d21;  /* smeetskring-rood */
} 

#sidebar ul li a.selected4, 
#sidebar ul li a.selected5	{
	color: #fff;
	background: url('/img/navbullet3hi.gif') 40px 8px no-repeat #f47a20;  /* oranje */
} 

/* bodem --------------------------------------------------------------------------------------*/

#sidebar #bottom  {
	background:  url('/img/nav_footer.jpg') top left no-repeat;
	width: 171px;
	height: 26px;
	margin-left: -10px;
	border: 0px solid orange;
}


/* duits --------------------------------------------------------------------------------------*/
#sidebar ul.level1 li#nav191  {
	margin-top: 30px;
	border-top: 1px solid #ddd;
}