#navigatie {
	float: left;
	width: 950px;
	height: 40px;
	background: url(DesignerImages/navigatie-bg.gif);
	display: block;
}

	#navigatie ul {
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
	}
	
	#navigatie li {
		float: left;
		list-style-type: none;
		width: 10px;
		display: block;
	}
	
	html>body #navigatie li {
		width: auto;
	}
	
	#navigatie li ul {
		display: none;
		position: absolute;
		width: 190px;
		padding: 0;
		margin: 0;
	    z-index: 10;
	}
	
	#navigatie ul li a,
	#navigatie ul li a:link,
	#navigatie ul li a:visited,
	#navigatie ul li a:active {
		width: 190px;
		padding: 0 0 0 0;
		display: block;
		color: #ced6db;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		text-transform: none;
		white-space: nowrap;
		height: 40px;
		line-height: 40px;
		background: transparent;
	    z-index: 11 !important;

	}
	
	#navigatie ul li a:hover {
		color: #fff;
	}

#navigatie .second {
	clear: left;
	display: block;
	width: 190px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

	#navigatie .second a,
	#navigatie .second a:link,
	#navigatie .second a:visited,
	#navigatie .second a:active {
		height: 30px;
		width: 185px;	
		padding-left: 5px;
		background: #00263e;
		color: #fff;	
		line-height: 30px;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		text-align: left;
		margin: 0;
	}
	
	#navigatie .second a:hover {
		color: #fff;
		background: #7ab800;
	}
	
	#navigatie .second ul {
		/*margin-top: -1px;*/
		left: 190px;
		width: 190px;
	}
	
#navigatie .third {
	width: 190px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}

	#navigatie .third a,
	#navigatie .third a:link,
	#navigatie .third a:visited,
	#navigatie .third a:active {
		height: 30px;
		width: 185px;	
		padding-left: 5px;
		background: #00263e;
		color: #fff;	
		line-height: 30px;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		text-align: left;
		margin: 0;
	}
	
	#navigatie .third a:hover {
		background: #7ab800;
		color: #fff;
	}

/* Fix IE. Hide from IE Mac \*/

* navigatie #xxmenu ul li {
	float: left;
	height: 1%;
}

* navigatie #xxmenu ul li a {
	height: 1%;
}

/* End */

* html #navigatie li a {
	width: 10px;
}