ul#nav-category {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

ul#nav-category li {
	display: block;
}

ul#nav-category li a {
	display: block;

	color: #ff0000;

	font-size: 0px;

	width: 250px;
}

ul#nav-category li#kinderen a {
	background-image: url(/images/Kinderen.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 31px;
}
ul#nav-category li#kinderen a:hover {
	background-image: url(/images/Kinderen_over.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 39px;
}

ul#nav-category li#jongeren a {
	background-image: url(/images/Jongeren.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 31px;
}
ul#nav-category li#jongeren a:hover {
	background-image: url(/images/Jongeren_over.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 53px;
}

ul#nav-category li#volwassenen a {
	background-image: url(/images/Volwassenen.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 31px;
}
ul#nav-category li#volwassenen a:hover {
	background-image: url(/images/Volwassenen_over.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 53px;
}

ul#nav-category li#projecten a {
	background-image: url(/images/Projecten.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 31px;
}
ul#nav-category li#projecten a:hover {
	background-image: url(/images/Projecten_over.gif);
	background-position: 63px 0px;
	background-repeat: no-repeat;

	height: 31px;
}

