/*******************************/
/* START Horizontale navigatie */
#hor-navlist { 
	width: 753px;
	font-size: 12px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	font-weight: normal;
	position: absolute;
	top: 224px;
}

#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: 8px;
	float: left;
	margin: 0;
	color: #585759;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	border-left: 1px white solid;	
	border-right: 1px silver solid;
}

#hor-navlist a:link#active, #hor-navlist a:visited#active{
	color: black;
	background-image: url(../images/menu_hover_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px white solid;	
	border-right: 1px silver solid;
}

#hor-navlist a:hover {
	color: black;
	text-decoration: none;
	background-image: url(../images/menu_hover_bg.jpg);
	background-repeat: repeat-x;
	
}

/* EINDE Horizontale navigatie */
/*******************************/




/***********************/
/* START Subnavigatie */

#subnavlist { 
	width: 222px; 
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnavlist ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#subnavlist a {
	display: block;
	padding: 3px;
	margin: 1px 0px 1px 0px; /* (top, right, bottom, left) */
	width: 216px;
/*	border-top: 1px solid #6e6d70;
	border-bottom: 1px solid #4b4a4b;*/
	font-weight: normal;	
	text-transform: uppercase;
	background-color: #52aadb;
}

#subnavlist a:link, #subnavlist a:visited {
	display: block;
	color: white;
	text-decoration: none;
}

#subnavlist a:hover, #subnavlist a:link#current, #subnavlist a:visited#current {
	background-color: #0082ca;
	color: white;
}

/* EINDE Subnavigatie */
/**********************/