/* Horizontale navigatie */

#hor-navlist {
	font-size: 11px;
  	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	position: relative;
	margin-left: 3px;
	display: block;
	
}

#hor-navlist ul, #hor-navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#hor-navlist a:link, #hor-navlist a:visited {
	float: left;
 	padding: 2px 6px 0px 6px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	border-bottom: 3px solid transparent;
}



#hor-navlist a:link#current, #hor-navlist a:visited#current {
	background: transparent;
	color: white;
	border-bottom: 3px solid #a9a753;
}

#hor-navlist a:hover, #hor-navlist a:hover#current {
	background: #848109;
	color: white;
	border-bottom: 3px solid white;
}
