
/* GALERIE LAUSWOLT HOOFDMENU CSS */

/*******************************************************************************/
/* Vertikaal expandable menu met 2 niveaus, elk niveau gedraagt zich anders,   */
/* met bg bullets plus hor lijntjes onder items                                */
/*******************************************************************************/

/* Algemeen
********************************************************************************/
div#navcontainer {
	display: block;
	width: 191px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	background: url(../img/img_site/menu_bg_top.jpg) no-repeat left top;
	padding-top: 9px;
}

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: 165px;
 *width: 180px; /*IE6 en IE7*/
	color: #aaa999;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	padding-left: 15px;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 0.4em 0.9em;
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

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: 158px;
 *width: 180px; /*IE6 en IE7*/
	padding-left: 22px;
	color: #aaa999;
	background: url(../img/img_algemeen/bullet.gif) no-repeat 1em 0.9em;
}

ul#navlist li ul#subnavlist {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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