#navigatietabel  {
	background-image: url(../vorm/icon-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.actief {
	background-image: url(../vorm/icon-actief.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 93px;
	text-align: center;
	vertical-align: bottom;
}
.nonactief {
	background-image: url(../vorm/icon-nonactief.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 93px;
	text-align: center;
	vertical-align: bottom;
}
#navigatietabel a  {
	text-decoration: none;
}

