/* ---------------------------------------------------------- */
/* Navigatie sinterklaas Heemskerk door Ernst van Altena  */
/* ---------------------------------------------------------- */


#navigatie ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#navigatie li {
	list-style: none;
}

#navigatie li a {
	background: url(../img/Pepernoot.png) no-repeat 10px;
	/* color: #395A94; */
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	padding-left: 40px;
}

#navigatie li a:hover {	
	background:  url(../img/Pepernoot.png) no-repeat 10px;
	color: #FF6600;
}

#navigatie li a.active {
	background:  url(../img/Pepernoot.png) no-repeat 10px;
	color: #FF6600;
}

#left-wtd li a.active, #left-ct li a.active {
	background: #cc0000 url(../img/nav_act.gif) no-repeat 19px;
	color: #FFFFFF;
}

#navigatie ul ul {
	margin-bottom: 0;
	margin-left: 30px;
}

#navigatie ul ul ul {
	margin-left: 10px;
}

#navigatie li li a {
	background: url(../img/nav_sub_.gif) no-repeat 0;
	padding-left: 12px;
}

#navigatie li li a:hover {
	background: url(../img/klomp_tn.gif) no-repeat 0;
	color: #FF6600;
} 

#left li li a.active {
	background: url(../img/klomp_tn.gif) no-repeat 0;
	color: #FF6600;
}


