$(function(){

	$("#g_navi .sm-ul3").each(function(){
		$(this).remove();
		
	});
	
	
})
