/* BEGIN OPMAAK NAVIGATIE */
#header .navigatie {
	width				: auto;
	height				: 30px;

	display				: inline;
	display				: block;

	background-color	: #009EE0;
	
	border-bottom-color	: #FFFFFF;
	border-bottom-style	: solid;
	border-bottom-width	: 1px;
}

	.navigatie ul {
		height		: 28px;
		
		list-style	: none;
		
		float		: left;
		display		: inline;
		
		padding		: 0px;
		margin		: 0px;
		margin-left : 255px; 
	}
	
	.navigatie li {
		height	: 28px;

		float	: left;
		
		display	: block;
	}
	
	.navigatie a {
		display 		: block;

		height			: 28px;
		
		text-decoration	: none;
	}
	
	.navigatie a span { 
		display			: none;
		text-decoration	: none; 
	}
	
	.navigatie a:hover, 
	.navigatie a:active, 
	.navigatie a.selected {
		background-image	: none;
	}

	#navigatie-home {
		width				: 57px;
		display				: inline;
		
		background			: url("../images/navigatie/home.gif") top left no-repeat;
		background-position	: 0 -28px !important;
	}

	#navigatie-location {
		width				: 78px;
		background			: url("../images/navigatie/location.gif") top left no-repeat;
		background-position	: 0 -28px !important;
	}

	#navigatie-contact {
		width				: 75px;
		background			: url("../images/navigatie/contact.gif") top left no-repeat;
		background-position	: 0 -28px !important;
	}

	#navigatie-news {
		width				: 54px;
		background			: url("../images/navigatie/news.gif") top left no-repeat;
		background-position	: 0 -28px !important;
	}
	#navigatie-jobs {
		width				: 54px;
		background			: url("../images/navigatie/jobs.gif") top left no-repeat;
		background-position	: 0 -28px !important;
	}

	a.navigatie-home {
		width				: 57px;
		background			: url("../images/navigatie/home.gif") top left no-repeat;
	}

	a.navigatie-location {
		width				: 78px;
		background			: url("../images/navigatie/location.gif") top left no-repeat;
	}

	a.navigatie-contact {
		width				: 75px;
		background			: url("../images/navigatie/contact.gif") top left no-repeat;
	}

	a.navigatie-news {
		width				: 54px;
		background			: url("../images/navigatie/news.gif") top left no-repeat;
	}
	a.navigatie-jobs {
		width				: 54px;
		background			: url("../images/navigatie/jobs.gif") top left no-repeat;
	}
	
DIV.logon {
	width					: 108px;
 	float					: right;

	background				: url("../images/navigatie/logon.gif") top left no-repeat;
	background-position		: 0 -28px !important;
 }
 
 	a.navigatie-logon {
		width				: 108px;
		background			: url("../images/navigatie/logon.gif") top left no-repeat;
	}

/* BEGIN OPMAAK NAVIGATIE */