@charset "UTF-8";
 
/*******************************************************************************/
/* Vertikaal expandable menu met 2 niveaus, elk niveau gedraagt zich anders    */
/*******************************************************************************/

/* Algemeen
********************************************************************************/

ul.navlist {
	padding: 20px 0 68px 0;
}

ul.navlist, ul.navlist li {
	list-style-type: none;
	background: none;
	margin: 0;
	width: 220px;  
	margin-left: 1px;
}

ul.navlist li {
	background:url(../img/img_site/bg_nav.jpg) no-repeat;
}
 
/* Text samen met block styles, alle niveaus
********************************************************************************/

ul.navlist li a {
	display: block; /* zorgt ervoor dat de text zich gedraagt als block */
	width: 208px;
	color: #b2b2b2;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 10px; 
	line-height: 26px;
	border-top: 1px solid black;
}

ul.navlist li a.last {
	border-bottom: 1px solid black;
}

/* Text samen met block styles, niveau 2
********************************************************************************/
ul.navlist li ul.subnavlist li {
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 218px; 
	background:url(../img/img_site/bg_subnav.jpg) no-repeat;
  border-top: 0px;
  border-bottom: 1px solid #434029;
}

ul.navlist li ul.subnavlist li a {
	font-weight: normal;
	width: 198px; 
	font-size: 12px;
	color: #b2b2b2;
	list-style-type: none; 
  background:url(../img/img_site/bullet_small.jpg) no-repeat left center ;
	padding: 0 0 0 8px;  
	margin: 0 0 0 10px;  
	border: 0px;
	text-transform:none;
} 

ul.navlist li ul.subnavlist li.subfirst {
	border-top: 1px solid black;
}
ul.navlist li ul.subnavlist li.sublast {
  border-bottom: 0px;
}

ul.navlist li ul.subnavlist {
}

/* Text samen met block styles, niveau 3
********************************************************************************/

ul.navlist li ul.subnavlist li ul.subsubnavlist li a {
	margin: 0px;
	font-weight: normal;
	width: 201px;
	background: url(none);
	font-size: 14px;
	color: #fff;
	padding: 0px 5px 2px 36px;
	text-transform:none;
}

ul.navlist li ul.subnavlist li ul.subsubnavlist {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* HOVER 
********************************************************************************/

/* Text samen met block hover, niveau 1 
********************************************************************************/

ul.navlist li a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #f3f3f3;
}

/* Text samen met block hover, niveau 2 
********************************************************************************/

ul.navlist li ul.subnavlist li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #f3f3f3;
}

/* Text samen met block hover, niveau 3
********************************************************************************/

ul.navlist li ul.subnavlist li ul.subsubnavlist li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #f3f3f3;
}

/* SELECTED 
********************************************************************************/

/* Text samen met block selected styles, niveau 1
********************************************************************************/

ul.navlist li.active a {
	font-weight: bold;
	color: #f3f3f3;
	text-transform:uppercase;
	background: #1b1e27;
}




/* Text samen met block selected styles, niveau 2
********************************************************************************/
ul.navlist li ul.subnavlist li a.subactive {
	font-weight: bold;
	color: #f3f3f3;
	background:url(../img/img_site/bullet.jpg) no-repeat left center ;
	padding: 0px 0px 0px 10px;
}



/* Text samen met block selected styles, niveau 3
********************************************************************************/
ul.navlist li ul.subnavlist li ul.subsubnavlist li.subsubactive a {
	font-weight: bold;
	color: #f3f3f3;
}

/* SELECTED AND HOVER
********************************************************************************/

/* Text samen met block selected styles hover, niveau 1
********************************************************************************/
ul.navlist li.active a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* Text samen met block selected styles hover, niveau 2
********************************************************************************/
ul.navlist li ul.subnavlist li.subactive a:hover {
	font-weight: bold;
	text-decoration: none;
}
/* Text samen met block selected styles hover, niveau 3
********************************************************************************/
ul.navlist li ul.subnavlist li ul.subsubnavlist li.subsubactive a:hover {
	font-weight: bold;
	text-decoration: none;
} 

a.subcurrent {
  font-weight: bold;
}


/* Text samen met block selected styles, niveau 1
********************************************************************************/
ul.navlist li ul.subnavlist li.label  {
  background: #1b1e27;
  border-top:1px solid black;
  color:#fff;
  font-weight: bold;
  display:block;
  line-height:26px;
  padding:0 0 0 10px;
  text-align:left;
  text-decoration:none;
  width:208px;
}

