/* taal vlaggetje */
#taal a
{
	background		: url(../img/nederlands.gif) no-repeat;
	height			: 11px; 
	padding-left	: 30px;
}

#taal
{
	width			: 758px;
}

/* hoofdmenu */
	#menu li.home a				{ width: 79px; background: url(../img/en/menu_home.jpg) no-repeat; }
	#menu li.news a				{ width: 80px; background: url(../img/en/menu_news.jpg) no-repeat; }
	#menu li.tailormade a		{ width: 158px; background: url(../img/en/menu_tailormade.jpg) no-repeat; }
	#menu li.tothinkwith a		{ width: 178px; background: url(../img/en/menu_tothinkwith.jpg) no-repeat; }
	#menu li.whoarewe a			{ width: 151px; background: url(../img/en/menu_whoarewe.jpg) no-repeat; }
	#menu li.contact a			{ width: 101px; background: url(../img/en/menu_contact.jpg) no-repeat; }
	
	/* hover en active */
	#menu li.home a:hover, li.home_active a					{ width: 79px; background: url(../img/en/menu_home_active.jpg) no-repeat; }
	#menu li.news a:hover, li.news_active a					{ width: 80px; background: url(../img/en/menu_news_active.jpg) no-repeat; }
	#menu li.tailormade a:hover, li.tailormade_active a		{ width: 158px; background: url(../img/en/menu_tailormade_active.jpg) no-repeat; }
	#menu li.tothinkwith a:hover, li.tothinkwith_active a	{ width: 178px; background: url(../img/en/menu_tothinkwith_active.jpg) no-repeat; }
	#menu li.whoarewe a:hover, li.whoarewe_active a			{ width: 151px; background: url(../img/en/menu_whoarewe_active.jpg) no-repeat; }
	#menu li.contact a:hover, li.contact_active a			{ width: 101px; background: url(../img/en/menu_contact_active.jpg) no-repeat; }

	/* submenu uitlijning per hoofdmenu */
	#menu li.tailormade ul, #menu li.tailormade_active ul	{ margin-left: 104px; }
	#menu li.tothinkwith ul, #menu li.tothinkwith_active ul	{ margin-left: 290px; }
	#menu li.whoarewe ul, #menu li.whoarewe_active ul		{ margin-left: 264px; }
	#menu li.contact ul, #menu li.contact_active ul			{ margin-left: 380px; }


/* submenus */
	/* tailor-made */
	#menu li ul li.exhausts a				{ width: 88px; background: url(../img/en/submenu_exhausts.jpg) no-repeat; }
	#menu li ul li.metal a					{ width: 65px; background: url(../img/en/submenu_metal.jpg) no-repeat; }
	#menu li ul li.projects a				{ width: 89px; background: url(../img/en/submenu_projects.jpg) no-repeat; }
	#menu li ul li.design a					{ width: 72px; background: url(../img/en/submenu_design.jpg) no-repeat; }
	#menu li ul li.finishing a				{ width: 150px; background: url(../img/en/submenu_finishing.jpg) no-repeat; }
	
	/* to think with */
	#menu li ul li.engineering a			{ width: 113px; background: url(../img/en/submenu_engineering.jpg) no-repeat; }
	#menu li ul li.costcontrol a			{ width: 118px; background: url(../img/en/submenu_costcontrol.jpg) no-repeat; }
	
	/* who are we */
	#menu li ul li.companyprofile a			{ width: 149px; background: url(../img/en/submenu_companyprofile.jpg) no-repeat; }
	#menu li ul li.employees a				{ width: 100px; background: url(../img/en/submenu_employees.jpg) no-repeat; }
	#menu li ul li.machines a				{ width: 93px; background: url(../img/en/submenu_machines.jpg) no-repeat; }
	#menu li ul li.workingattubex a			{ width: 154px; background: url(../img/en/submenu_workingattubex.jpg) no-repeat; }
	
	/* contact */
	#menu li ul li.companydata a			{ width: 126px; background: url(../img/en/submenu_companydata.jpg) no-repeat; }
	#menu li ul li.informationrequests a	{ width: 195px; background: url(../img/en/submenu_informationrequests.jpg) no-repeat; }
	#menu li ul li.route a					{ width: 59px; background: url(../img/en/submenu_route.jpg) no-repeat; }
	
	
/* submenus actief */
	/* tailor-made */
	#menu li ul li.exhausts_active a				{ width: 88px; background: url(../img/en/submenu_exhausts_a.jpg) no-repeat; }
	#menu li ul li.metal_active a					{ width: 65px; background: url(../img/en/submenu_metal_a.jpg) no-repeat; }
	#menu li ul li.projects_active a				{ width: 89px; background: url(../img/en/submenu_projects_a.jpg) no-repeat; }
	#menu li ul li.design_active a					{ width: 72px; background: url(../img/en/submenu_design_a.jpg) no-repeat; }
	#menu li ul li.finishing_active a				{ width: 150px; background: url(../img/en/submenu_finishing_a.jpg) no-repeat; }
	
	/* to think with */
	#menu li ul li.engineering_active a				{ width: 113px; background: url(../img/en/submenu_engineering_a.jpg) no-repeat; }
	#menu li ul li.costcontrol_active a				{ width: 118px; background: url(../img/en/submenu_costcontrol_a.jpg) no-repeat; }
	
	/* who are we */
	#menu li ul li.companyprofile_active a			{ width: 149px; background: url(../img/en/submenu_companyprofile_a.jpg) no-repeat; }
	#menu li ul li.employees_active a				{ width: 100px; background: url(../img/en/submenu_employees_a.jpg) no-repeat; }
	#menu li ul li.machines_active a				{ width: 93px; background: url(../img/en/submenu_machines_a.jpg) no-repeat; }
	#menu li ul li.workingattubex_active a			{ width: 154px; background: url(../img/en/submenu_workingattubex_a.jpg) no-repeat; }
	
	/* contact */
	#menu li ul li.companydata_active a				{ width: 126px; background: url(../img/en/submenu_companydata_a.jpg) no-repeat; }
	#menu li ul li.informationrequests_active a		{ width: 195px; background: url(../img/en/submenu_informationreques_a.jpg) no-repeat; }
	#menu li ul li.route_active a					{ width: 59px; background: url(../img/en/submenu_route_a.jpg) no-repeat; }
