ul#menu { /* de "hoofd"lijst incl. achtergrondsplaatje. Let op: voor IE afwijkende waarden ingesteld in iefix.css, via conditional comment op pagina geladen */
	position: absolute;
	top: 120px;
	left: 10px;
	width: 130px;
	background: url(../images/menuplaatje.jpg);
	color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0 170px 14px 0;
}

#menu ul { /* Dit geldt dus voor sub-items */
	border-left: 1px solid #fff;
	margin-bottom: 15px;
	padding-left: 7px;
}

#menu ul, #menu ul ul { /* witruimte tov volgende sub-item onder laatste sub-sub-item kleiner maken. Voor IE afwijkende waarde in iefix.css */
	margin-bottom:0;
}



ul#menu, #menu ul, #menu ul ul {
	list-style: outside none none;
}

#menu li { /* in non-IE browsers de lijst naar links laten verspringen, voor correcte weergave. Voor IE in iefix.css andere margin-left ingesteld. */
	margin-left:-20px;
	margin-bottom:5px;
}
#menu li li {
	margin-left:0;
	margin-bottom:0;
}
#menu ul li a {
	margin-bottom:15px;
}
#menu ul ul li a { /* sub-sub-items dichter op elkaar laten volgen */
	margin-bottom:0;
}

#menu ul {
	border-left: 1px solid #fff; /* hier een kleur opgeven als je wilt dat er een lijntje links van uitgeklapte subitems staat; anders wordt die lijn niet zichtbaar ! */
	margin-left: 5px;
	margin-right: 0;
	margin-top: 0;
	padding-left: 7px;
}
#menu ul ul { /* sub-sub-items geen lijntje geven, want dan lelijke dubbele lijn links */
	border-left: none;
}

#menu a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 0;
}

#menu ul a, #menu ul ul a { /* items op submenu hebben afwijkende kleur tov standaard items (#menu a) */
	color: #ccc;
	text-decoration: none;
	margin-bottom: 0;
}
#menu ul ul a {
	color: #D4D5C7;
}

#menu a:hover { /* speciaal kleurtje bij aanwijzen items */
	color: #ff9999;
	text-decoration:underline;
}

.treeview li.submenu {
	cursor: pointer! important
}
.treeview li.submenu ul { /* submenu's standaard bij laden pagina ingeklapt */
	display: none;
}
.treeview .submenu ul li {
	cursor: default;
}

#inhoud a:hover {
	color: #cccccc;
}

a.geladen { /* markeer actieve pagina in menu */
	background-color: #cc3333;
}
