jQuery(function($){
	$(".menubtn").click(function(){
		$("#menu").toggleClass('togmenu');
	});	
});