div#menu li {
	float: left;
	display: inline;
	list-style-type: none;
	height: 43px;
}

div#menu li a {
	display: block;
	height: 43px;
}

li#firstmenu {
	width: 94px;
	height: 43px;
	background: url(../images/li-firstmenu.jpg) no-repeat;
}

li.seperator {
	background: url(../images/menu-seperator.jpg);
	width: 16px;
	height: 43px;
}

li#menuhomepage {
	width: 73px;
	background: url(../images/btn-homepage.jpg) 0px 0px;
}

li#menuhomepage a:hover {
	background: url(../images/btn-homepage.jpg) 73px 0px;
}

li#menuhoewerkthet {
	width: 95px;
	background: url(../images/btn-hoe-werkt-het.jpg);
}

li#menuhoewerkthet a:hover {
	background: url(../images/btn-hoe-werkt-het.jpg) 95px 0px;
}

li#menuwatdoenwij {
	width: 86px;
	background: url(../images/btn-wat-doen-wij.jpg);
}

li#menuwatdoenwij a:hover {
	background: url(../images/btn-wat-doen-wij.jpg) 86px 0px;
}

li#menuprijzen {
	width: 46px;
	background: url(../images/btn-prijzen.jpg);
}

li#menuprijzen a:hover {
	background: url(../images/btn-prijzen.jpg) 46px 0px;
}

li#menumaterialen {
	width: 74px;
	background: url(../images/btn-materialen.jpg);
}

li#menumaterialen a:hover {
	background: url(../images/btn-materialen.jpg) 74px 0px;
}

li#menufotos {
	width: 44px;
	background: url(../images/btn-fotos.jpg);
}

li#menufotos a:hover {
	background: url(../images/btn-fotos.jpg) 44px 0px;
}

li#menucontact {
	width: 55px;
	background: url(../images/btn-contact.jpg);
}

li#menucontact a:hover {
	background: url(../images/btn-contact.jpg) 55px 0px;
}

li#lastmenu {
	width: 216px;
	background: url(../images/li-lastmenu.jpg) no-repeat;
}

