/* BEGIN MENU LAYOUT */

#navigatie ul {
	height						: 36px;
	margin-left					: 28px;

	list-style					: none;
	
	float						: left;
	display						: inline;
}

#navigatie li {
	height					: 36px;

	float					: left;

	display					: block;
	
	margin-right			: 2px;
}

#navigatie a {
	display 				: block;

	height					: 36px;
	
	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					: 76px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_Home.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-overons {
	width					: 121px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_OverOns.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-zorgdiensten {
	width					: 186px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_ZorgDiensten.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-locaties {
	width					: 116px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_Locaties.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-vacatures {
	width					: 137px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_Vacatures.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-nieuws {
	width					: 96px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_Nieuws.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-contact {
	width					: 112px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_Contact.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

#navigatie-links {
	width					: 77px;
	display					: inline;
	
	background				: url("../images/navigatie/IMG_BTN_Links.gif") top left no-repeat;
	background-position		: 0 -36px !important;
}

a.navigatie-home {
	width					: 76px;
	background				: url("../images/navigatie/IMG_BTN_Home.gif") top left no-repeat;
}

a.navigatie-overons {
	width					: 121px;
	background				: url("../images/navigatie/IMG_BTN_OverOns.gif") top left no-repeat;
}

a.navigatie-zorgdiensten {
	width					: 186px;
	background				: url("../images/navigatie/IMG_BTN_ZorgDiensten.gif") top left no-repeat;
}

a.navigatie-locaties {
	width					: 116px;
	background				: url("../images/navigatie/IMG_BTN_Locaties.gif") top left no-repeat;
}

a.navigatie-vacatures {
	width					: 137px;
	background				: url("../images/navigatie/IMG_BTN_Vacatures.gif") top left no-repeat;
}

a.navigatie-nieuws {
	width					: 96px;
	background				: url("../images/navigatie/IMG_BTN_Nieuws.gif") top left no-repeat;
}

a.navigatie-contact {
	width					: 112px;
	background				: url("../images/navigatie/IMG_BTN_Contact.gif") top left no-repeat;
}

a.navigatie-links {
	width					: 77px;
	background				: url("../images/navigatie/IMG_BTN_Links.gif") top left no-repeat;
}
/* EINDE MENU LAYOUT */

/* BEGIN OVERIGE NAVIGATIE */
IMG.BTN_afdrukken {
	width					: 38px;
	height					: 38px;
	
	border					: 0px solid #000000;
	
	float					: right;
}
/* EINDE OVERIGE NAVIGATIE */
