/*$(function(){
	$('ul#cat_list li').hover(function(){	 
		$('.menu_hover_box_main').hide();
		$(this).find('.menu_hover_box_main').show();
	});
	$('.menu_hover_box_main ul li').hover(function(){
			$(this).show();
	});
	
});
jQuery(function(){
	jQuery('ul#cat_list').superfish();
});
*/
