@charset "UTF-8";

/* WSTW HOOFDMENU CSS */

/*******************************************************************************/
/* Vertikaal expandable menu met 2 niveaus, elk niveau gedraagt zich anders    */
/*******************************************************************************/

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

ul.navlisttop{
	list-style-type: none;
	padding: 0px;
	margin: 35px 0px 0px 42px;
}

 
/* Text samen met block styles, alle niveaus
********************************************************************************/

ul.navlisttop li a {
	display: block; /* zorgt ervoor dat de text zich gedraagt als block */
	width: 300px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 1.25em;
  line-height: 1em;
  height: 1em;
	margin-bottom: 24px;
		background: url(none);
	text-transform:uppercase;
}

 


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

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

ul.navlisttop li a:hover {
	background: url(none);
	color: #fff;
		line-height: 1em;
	text-decoration: none;
}



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

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

ul.navlisttop li a.active {
background: url(none);
	font-weight: bold;
	color: #fff;
		line-height: 1em;
	text-decoration: none;
}

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

ul.navlisttop li ul.subnavlist li a.subactive {

	background: url(none);
	font-weight: normal;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
	background: url(../img/img_site/bullet.png) no-repeat left 9px;
}

