/* BEGIN OPMAAK SUBNAVIGATIE */
#centrecontent .subnavigatie{ 
	margin-top	: 17px;

	float		: left;
	display		: inline;
	
	width		: 250px;
}

	.subnavigatie ul {
		width		: 250px;
		
		list-style	: none;
		display		: inline;
		
		padding		: 0px;
		margin		: 0px;
	}
	
	.subnavigatie li {
		width	: 250px;
		height	: 22px;

		float	: left;
		
		display	: block;
	}
	
	.subnavigatie a {
		display 		: block;
		
		width			: 250px;
		height			: 22px;
		
		text-decoration	: none;
	}
	
	.subnavigatie a span { 
		display			: none;
		text-decoration	: none; 
	}
	
	.subnavigatie a:hover, 
	.subnavigatie a:active, 
	.subnavigatie a.selected {
		background-image	: none;
	}

	#subnavigatie-business {
		background			: url("../images/subnavigatie/business.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-customer {
		background			: url("../images/subnavigatie/customer.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-quality {
		background			: url("../images/subnavigatie/quality.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-products {
		background			: url("../images/subnavigatie/products.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-engineering {
		background			: url("../images/subnavigatie/engineering.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-visual {
		background			: url("../images/subnavigatie/visual.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-wheel {
		background			: url("../images/subnavigatie/wheel.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-supply {
		background			: url("../images/subnavigatie/supply.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-assembly {
		background			: url("../images/subnavigatie/assembly.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	#subnavigatie-maintenance {
		background			: url("../images/subnavigatie/maintenance.gif") top left no-repeat;
		background-position	: 0 -22px !important;
	}

	a.subnavigatie-business {
		background			: url("../images/subnavigatie/business.gif") top left no-repeat;
	}

	a.subnavigatie-customer {
		background			: url("../images/subnavigatie/customer.gif") top left no-repeat;
	}

	a.subnavigatie-quality {
		background			: url("../images/subnavigatie/quality.gif") top left no-repeat;
	}

	a.subnavigatie-products {
		background			: url("../images/subnavigatie/products.gif") top left no-repeat;
	}

	a.subnavigatie-engineering {
		background			: url("../images/subnavigatie/engineering.gif") top left no-repeat;
	}

	a.subnavigatie-visual {
		background			: url("../images/subnavigatie/visual.gif") top left no-repeat;
	}

	a.subnavigatie-wheel {
		background			: url("../images/subnavigatie/wheel.gif") top left no-repeat;
	}

	a.subnavigatie-supply {
		background			: url("../images/subnavigatie/supply.gif") top left no-repeat;
	}

	a.subnavigatie-assembly {
		background			: url("../images/subnavigatie/assembly.gif") top left no-repeat;
	}

	a.subnavigatie-maintenance {
		background			: url("../images/subnavigatie/maintenance.gif") top left no-repeat;
	}
/* EINDE OPMAAK SUBNAVIGATIE */
