/* Horizontale navigatie */

#hor-navlist {

	display: block;
	font-size: 12px;
  	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: 15px;
}

#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: 0px 9px 0px 9px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: white;	
	border-left: 1px solid #cc0033;
	border-right: 1px solid #330000;
}



#hor-navlist a:link#current, #hor-navlist a:visited#current {

	background: transparent;
	color: #054a7a;
	border-left: 1px solid #cc0033;
	border-right: 1px solid #330000;
}

#hor-navlist a:hover, #hor-navlist a:hover#current {

	background: #990000;	
	border-left: 1px solid #cc0033;
	border-right: 1px solid #330000;
}
