$(document).ready(function() {
	$('#submenu ul li.voorzieningen').click(function() {
		$(this).toggleClass('voor-active');
	});
});
