jQuery(function($) {
	$('h2.menu_slider').click(function() {
		$(this).next('ul.menu').slideToggle();
	});
});

