@charset "UTF-8";

/* VAN ROEDEN WATERSPORT HOOFDMENU CSS */

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

/* Algemeen
********************************************************************************/
div#navcontainer {
	display: block;
	width: 210px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 23px;
	padding-left: 30px;
}

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: 195px;
	color: #000;
	text-align: left;
	text-decoration: none;
	padding-left: 15px;
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.8em;
}

ul#navlist li a.last { /* zorgt ervoor dat onder het laatste item geen lijntje meer komt */
	border-bottom: none;
}

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

ul#navlist li ul#subnavlist li a {
	margin: 0px;
	font-weight: normal;
	width: 188px;
	padding-left: 22px;
	color: #000;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 1em 0.8em;
}

ul#navlist li ul#subnavlist {
}

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

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

ul#navlist li a:hover {
	color: #000;
	background: #E7E7E7 url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.8em;
}

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

ul#navlist li ul#subnavlist li a:hover {
	color: #000;
	background: #E7E7E7 url(../img/img_algemeen/bullet.gif) no-repeat 1em 0.8em;
	font-weight: normal;
}

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

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

ul#navlist li#active a {
	font-weight: bold;
	color: #2A5A81;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.8em;
}

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

ul#navlist li ul#subnavlist li#subactive a {
	font-weight: bold;
	color: #2A5A81;
}

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

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

ul#navlist li#active a:hover {
	font-weight: bold;
	color: #2A5A81;
	background: #FFFFFF url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.8em;
}

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

ul#navlist li ul#subnavlist li#subactive a:hover {
	font-weight: bold;
	color: #2A5A81;
	background: #FFFFFF url(../img/img_algemeen/bullet.gif) no-repeat 1em 0.8em;
}
