#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 939px;
	height: 28px;
	background: url('../assets/menu_nl.jpg') no-repeat;
}

#menu li {
	float: left;
	display: block;
	list-style-type: none;
	height: 28px;
}

/*Menu item breedtes*/
#m_home {
	margin-left: 68px;
	width: 80px;
}
#m_over_collall {
	width: 103px;
}
#m_producten {
	width: 106px;
}
#m_onze_merken {
	width: 114px;
}
#m_aan_het_werk {
	width: 118px;
}
#m_actueel {
	width: 81px;
}
#m_catalogus {
	width: 93px;
}
#m_faq {
	width: 79px;
}
#m_contact {
	width: 89px;
}

#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: none;
}

#m_home a:hover,
#m_home a.active {
	background: url('../assets/menu_nl.jpg') -68px -28px no-repeat;
}
#m_over_collall a:hover,
#m_over_collall a.active {
	background: url('../assets/menu_nl.jpg') -148px -28px no-repeat;
}
#m_producten a:hover,
#m_producten a.active {
	background: url('../assets/menu_nl.jpg') -251px -28px no-repeat;
}
#m_onze_merken a:hover,
#m_onze_merken a.active {
	background: url('../assets/menu_nl.jpg') -357px -28px no-repeat;
}
#m_aan_het_werk a:hover,
#m_aan_het_werk a.active {
	background: url('../assets/menu_nl.jpg') -471px -28px no-repeat;
}
#m_actueel a:hover,
#m_actueel a.active {
	background: url('../assets/menu_nl.jpg') -589px -28px no-repeat;
}
#m_catalogus a:hover,
#m_catalogus a.active {
	background: url('../assets/menu_nl.jpg') -670px -28px no-repeat;
}
#m_faq a:hover,
#m_faq a.active {
	background: url('../assets/menu_nl.jpg') -763px -28px no-repeat;
}
#m_contact a:hover,
#m_contact a.active {
	background: url('../assets/menu_nl.jpg') -842px -28px no-repeat;
}
