/*******************************/
/* START Horizontale navigatie */
#hor-navlist { 
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 55px;
	margin-left: 180px;
	right: 0;
}


#hor-navlist ul, #hor-navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
	list-style:none;
}

#hor-navlist a:link, #hor-navlist a:visited {
	padding: 3px;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	margin: 0;
	color: #0094c3;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#hor-navlist a:link#current, #hor-navlist a:visited#current{
	color: white;
	background-color: #0094c3;
}

#hor-navlist a:hover {
	color: white;
	text-decoration: none;
	background-color: #0094c3;
}

/* EINDE Horizontale navigatie */
/*******************************/

