/*******************************/
/* START Horizontale navigatie */
#hor-navlist { 
	width: 826px; 
}
	
#hor-navlist {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	margin-left: 6px;
	padding: 0;
	font-weight: normal;
	position: relative;
	top: 400px;
}

#hor-navlist ul, #hor-navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
	
	font-weight: normal;
}

#hor-navlist a:link, #hor-navlist a:visited {
	padding: 11px;
	float: left;
	margin: 0;
	color: silver;
	text-decoration: none;
}

#hor-navlist a:hover, #hor-navlist a:link#current, #hor-navlist a:visited#current{
	color: white;
	background: url('../images/menu_pijltje.jpg') center bottom no-repeat;
}

/* EINDE Horizontale navigatie */
/*******************************/



