/*************************/
/* START Hoofd navigatie */
#navlist { 
	width: 147px; 
	margin-left: 15px;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
ul {
padding-left:0px; 
margin-bottom:0px; 
list-style-type: none;

}
#navlist ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;

}

#navlist a {
display: block;
padding: 3px;
width: 147px;
background-color: #009c7c;
border-top: 1px solid #00DFB0;
border-bottom: 1px solid #006E57;
}

#navlist a:link, #navlist a:visited {
color: white;
text-decoration: none;
padding-left: 4px;
}

#navlist a:hover {
background-color: #ffe152;
border-top: 1px solid #FFEB8C;
border-bottom: 1px solid #E6BE00;
color: black;
padding-left:4px;
}

#navlist a#current{
width: 147px;
background-color: #ECECEC;
border: 0;
color: black;
padding-left: 4px;
text-transform: uppercase;
}


/* EINDE Hoofd navigatie */
/*************************/
