var IE6 = false;
	$(document).ready(function(){
		$(".Onderwijs").hover(
			function(){ if(!IE6){ $(this).stop().animate({ right: '132px', width: '183px'}, 250);$("ul", this).animate({ height: '120px'}, 250);$("a:first", this).css({ 'background-image': 'url(http://www.ksesite.nl/kse/images/wokkel_button_overlay_mid_on.png)'});}},
			function(){ if(!IE6){ $(this).stop().animate({ right: '142px', width: '167px'}, 200);$("ul", this).animate({ height: '0px'}, 250);$("a:first", this).not(".actief").css({ 'background-image': 'url(http://www.ksesite.nl/kse/images/wokkel_button_overlay_mid.png)'});}});
		$("div#informatie").hover(
			function(){ if(!IE6){ $("#informatie ul").fadeIn(250)}},
			function(){ if(!IE6){ $("#informatie ul").css({ display: 'none'})}});
		$(".Begeleiding").hover(
			function(){ if(!IE6){ $(this).stop().animate({ width: '155px'}, 250);$("ul", this).animate({ height: '52px'}, 250);$("a:first", this).css({ 'background-image': 'url(http://www.ksesite.nl/kse/images/button_begeleiding_on.png)'});}},
			function(){ if(!IE6){ $(this).stop().animate({ width: '145px'}, 200);$("ul", this).animate({ height: '0px'}, 250);$("a:first", this).not(".actief").css({ 'background-image': 'url(http://www.ksesite.nl/kse/images/button_begeleiding.png)'});}});
		$(".Werken_bij_de_KSE").hover(
			function(){ if(!IE6){ $(this).stop().animate({ right: '0px'}, 250);}},
			function(){ if(!IE6){ $(this).stop().animate({ right: '12px'}, 200)}});
		$(".Over_ons").hover(
			function(){ if(!IE6){ $(this).stop().animate({ width: '170px', height: '240px'}, 250);$("ul", this).animate({ height: '137px'}, 250);$("a:first", this).css({ 'background-image': 'url(http://www.ksesite.nl/kse/images/button_overons_on.png)'});}},
			function(){ if(!IE6){ $(this).stop().animate({ width: '156px', height: '228px'}, 200);$("ul", this).animate({ height: '0px'}, 250);$("a:first", this).not(".actief").css({ 'background-image': 'url(http://www.ksesite.nl/kse/images/button_overons.png)'});}});
		$(".Contact").hover(
			function(){ if(!IE6){ $(this).stop().animate({ width: '148px'}, 250);}},
			function(){ if(!IE6){ $(this).stop().animate({ width: '138px'}, 200)}});
		$(".menu_cultuurprofiel").hover(
			function(event){ event.stopPropagation();},
			function(event){ });

		});