body {
	background-image: url(/images/menuspacer/kinderen.gif);
	background-repeat: repeat-y;
}

div#category-menu {
	/* The real background is built in body */
	background: transparent;

	/* I know, it's stupid, but Firefox needs this, otherwise there is an ugly 3-pixel high yellow gap on the left of the first menu item */
	background-image: url(/images/menuspacer/kinderen.gif);
	background-repeat: repeat-y;
}

ul#nav-main {
	background-color: #ff6600; /* oranje */
}

