$(document).ready(function(){
	$('#header_menu_mbrblog').hover(function(){
		$('#header_menu_mbrblog_content').stop(true, true).slideDown('fast');
	},function(){
		$('#header_menu_mbrblog_content').stop(true, true).slideUp('fast');
	}
	);
	
	$('#header_menu_mbrperso').hover(function(){
			$('#header_menu_mbrperso_content').stop(true, true).slideDown('fast');
		},function(){
			$('#header_menu_mbrperso_content').stop(true, true).slideUp('fast');
		}
	);
	
	$('#header_menu_nmzblog').hover(function(){
		$('#header_menu_nmzblog_content').stop(true, true).slideDown('fast');
	},function(){
		$('#header_menu_nmzblog_content').stop(true, true).slideUp('fast');
	}
	);
	
	$('#header_menu_nmzperso').hover(function(){
		$('#header_menu_nmzperso_content').stop(true, true).slideDown('fast');
	},function(){
		$('#header_menu_nmzperso_content').stop(true, true).slideUp('fast');
	}
	);
	
	$('#header_menu_mbrdiscover').hover(function(){
		$('#header_menu_mbrdiscover_content').stop(true, true).slideDown('fast');
	},function(){
		$('#header_menu_mbrdiscover_content').stop(true, true).slideUp('fast');
	}
	);
	$('#header_menu_nmzdiscover').hover(function(){
		$('#header_menu_nmzdiscover_content').stop(true, true).slideDown('fast');
	},function(){
		$('#header_menu_nmzdiscover_content').stop(true, true).slideUp('fast');
	}
	);
	
	$('#header_unauthmenu_discover').hover(function(){
		$('#header_unauthmenu_discover_content').stop(true, true).slideDown('fast');
	},function(){
		$('#header_unauthmenu_discover_content').stop(true, true).slideUp('fast');
	}
	);

});
