/* BRAINSWAMP HOOFDMENU CSS */

/*******************************************************************************/
/* Vertikaal expandable menu met 2 niveaus, elk niveau gedraagt zich anders    */
/*******************************************************************************/

/* Algemeen
********************************************************************************/
div#navcontainer {
	display: block;
	color: #FFF;
	width: 188px;
	padding: 0px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

ul#navlist, ul#navlist li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Text samen met block styles, alle niveaus
********************************************************************************/

ul#navlist li a {
	display: block; /* zorgt ervoor dat de text zich gedraagt als block */
	width: 188px;
	color: #CCC;
	text-align: left;
	text-decoration: none;
	padding: 0px 10px 0px 12px;
	line-height: 23px;
	background: url(../img/img_menu/navbar_bg.png) no-repeat;
	height: 23px;
	margin: 0px;
}

/* Text samen met block styles, niveau 2
********************************************************************************/

ul#navlist li ul#subnavlist li a {
	margin: 0;
	padding: 0px 0px 0px 25px;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	font-weight: normal;
	width: 163px;
	background: url(../img/img_algemeen/bullet_gray.png) no-repeat 12px 1px;
	line-height: 15px;
	height: 15px;
}

/* HOVER 
********************************************************************************/

/* Text samen met block hover, niveau 1 
********************************************************************************/

ul#navlist li a:hover {
	color: #fff;
}

/* Text samen met block hover, niveau 2 
********************************************************************************/

ul#navlist li ul#subnavlist li a:hover {
}

/* SELECTED 
********************************************************************************/

/* Text samen met block selected styles, niveau 1
********************************************************************************/

ul#navlist li#active a {
	font-weight: bold;
}

/* Text samen met block selected styles, niveau 2
********************************************************************************/

ul#navlist li ul#subnavlist li#subactive a {
	font-weight: bold;
}
