@charset "UTF-8";

/* KISSTEC HOOFDMENU CSS */

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

/* Algemeen
********************************************************************************/
div#navcontainer {
	display: block;
	width: 225px;
	margin: 0 0 20px 0;
	font-weight: normal;
	line-height: 21px;
}

ul#navlist, ul#navlist li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

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

ul#navlist li a {
	display: block; /* zorgt ervoor dat de text zich gedraagt als block */
	width: 185px;
	color: #005dab;
	text-align: left;
	text-decoration: none;
	line-height: 21px;
	text-transform: uppercase;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
}

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

ul#navlist li ul#subnavlist li a {
	margin: 0px;
	font-weight: bold;
	width: 165px;
	background: url(none);
	font-size: 15px;
	color: #5e5e5e;
	padding: 2px 5px 2px 55px;
}

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

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

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

ul#navlist li a:hover {
	background: url(none);
	text-decoration: none;
	font-weight: bold;
	color: #429FED;
}

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

ul#navlist li ul#subnavlist li a:hover {
	font-weight: bold;
	background: url(none);
	text-decoration: none;
	color: #429FED;
}

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

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

ul#navlist li#active a {
	font-weight: bold;
	color: #005dab;
	background: url(../img/img_nav/nav_bullet.gif) no-repeat left .4em;
}

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

ul#navlist li ul#subnavlist li#subactive a {
	font-weight: bold;
	color: #005dab;
	background: url(none);
	text-decoration: underline;
}

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

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

ul#navlist li#active a:hover {
	font-weight: bold;
	background: url(../img/img_nav/nav_bullet.gif) no-repeat left .4em;
	text-decoration: none;
}

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

ul#navlist li ul#subnavlist li#subactive a:hover {
	font-weight: bold;
	background: url(none);
	text-decoration: none;
}
