/*******************************/
/* START Horizontale navigatie */
#navlist { 
	width: 800px;
}
	
#navlist {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	position: absolute;
	top: 300px;
	left: 74px;
	text-transform: capitalize;
	font-family: 'Puritan', Arial;
}

#navlist ul, #navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	padding: 10px;
	float: left;
	margin: 0;
	color: white;
	text-decoration: none;	
	font-weight: normal;
}

#navlist a:hover {
	color: white;	
	border-bottom: 2px solid #54d0db;
	background-color: transparent;
}

#navlist a:link#current, #navlist a:visited#current {
	color: white;
	border-bottom: 2px solid #54d0db;
}

/* EINDE Horizontale navigatie */
/*******************************/
