/* SIDEBAR */
#sidebar {
	font: 1.1em Arial, sans-serif;
}

#sidebar ul {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	width: 185px;
	color: #005E95;  /* bordeaux */
	z-index:1000;
	position: relative;
	background: #fff; 
}

#sidebar #rootUL {
	margin: 0 0 0 43px;
	padding: 0;	
}


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


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

#sidebar ul.level1 li a {
	display: block;
	color:  #005E95;  /* bordeaux */
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 185px;
	height: 27px;
	line-height: 27px;
	border-bottom: 3px solid #005E95;
}

#sidebar ul.level2 li a {
	color: #626262;
	font-weight: normal;
	border-bottom: 3px solid #fff;
}

#sidebar ul.level3 li a {
	color: #626262;
	font-weight: normal;
}

#sidebar ul.level4 li a {
	color: #626262;
}

#sidebar ul.level5 li a {
	color: #00304B;
}


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

#sidebar ul.level1 li a:hover  {
	color: #fff;
	background: #005E95;
}

#sidebar ul.level2 li a:hover {
	color: #005E95;
	background: #F0F0F0;
}

#sidebar ul.level3 li a:hover   {
	color: #fff;
}

#sidebar ul.level4 li a:hover,
#sidebar ul.level5 li a:hover  {
	color: #fff;
}


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

#sidebar ul.level1 li a span { display: block; padding-left: 11px; }
#sidebar ul.level2 li a span { display: block; padding-left: 11px; }
#sidebar ul.level3 li a span { display: block; padding-left: 11px; }
#sidebar ul.level4 li a span { display: block; padding-left: 11px; }
#sidebar ul.level5 li a span { display: block; padding-left: 11px; }



/* 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: #fff;
	background-color: #005E95;  /* oranje */
} 

#sidebar ul li a.selected2	{
	color: #005E95;
	background: #F0F0F0;  /* oranje */
} 

#sidebar ul li a.selected3	{
	color: #fff;
	background: #f47a20;  /* oranje */
} 

#sidebar ul li a.selected4, 
#sidebar ul li a.selected5	{
	color: #fff;
	background: #f47a20;  /* oranje */
} 

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

#sidebar #bottom  {
	height: 80px;
/* 	background: transparent url('/img/logo_laac.gif') 50px 30px no-repeat;  */
}


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

#sidebar ul.level1 li#nav191 a {
	background-image: url('/img/duits.gif');  
	background-position: 12px 5px;
	background-repeat: no-repeat;
}


#sidebar ul.level1 li#nav191 ul.level2 li a {
	color: #626262;
	background: url('/img/navbullet1.gif') 12px 6px no-repeat;
}

#sidebar ul.level1 li#nav191 ul.level2 li a.selected2	{
	color: #fff;
	background: url('/img/navbullet1hi.gif') 12px 6px no-repeat #f47a20;  /* oranje */
} 

#sidebar ul.level1 li#nav191 a span { 
	display: block; 
	padding-left: 24px; 
}


#sidebar ul.level1 li#nav191 ul.level3 li a {
	color: #626262;
	background: url('/img/navbullet2.gif') 26px 6px no-repeat;
}


#sidebar ul.level1 li#nav191 ul.level3 li a.selected3	{
	color: #fff;
	background: url('/img/navbullet2hi.gif') 26px 6px no-repeat #f47a20;  /* oranje */
}

#sidebar ul.level1 li#nav191 li li a span { 
	display: block; 
	padding-left: 38px; 
}