div.navbar a {
	display: block;
	margin: 13px 2px 26px 2px;
	height: 22px;
	float: left;
}

div.navbar a.home {
	width: 81px;
	background: url("../images/InactiveButtons/nav-home.png") center;
}

div.navbar a.home:hover {
	background: url("../images/ActiveButtons/nav-home.png") center;
}

div.navbar a.acties {
	width: 96px;
	background: url("../images/InactiveButtons/nav-acties.png") center;
}

div.navbar a.acties:hover {
	background: url("../images/ActiveButtons/nav-acties.png") center;
}

div.navbar a.nieuws {
	width: 96px;
	background: url("../images/InactiveButtons/nav-nieuws.png") center;
}

div.navbar a.nieuws:hover {
	background: url("../images/ActiveButtons/nav-nieuws.png") center;
}

div.navbar a.assortiment {
	width: 123px;
	background: url("../images/InactiveButtons/nav-assortiment.png") center;
}

div.navbar a.assortiment:hover {
	background: url("../images/ActiveButtons/nav-assortiment.png") center;
}

div.navbar a.vestiging {
	width: 123px;
	background: url("../images/InactiveButtons/nav-vestiging.png") center;
}

div.navbar a.vestiging:hover {
	background: url("../images/ActiveButtons/nav-vestiging.png") center;
}

div.navbar a.kids {
	width: 81px;
	background: url("../images/InactiveButtons/nav-kids.png") center;
}

div.navbar a.kids:hover {
	background: url("../images/ActiveButtons/nav-kids.png") center;
}

div.navbar a.spaarprogramma {
	width: 146px;
	background: url("../images/InactiveButtons/nav-spaarprogramma.png") center;
}

div.navbar a.spaarprogramma:hover {
	background: url("../images/ActiveButtons/nav-spaarprogramma.png") center;
}
