隐藏点击菜单
$(obj).focusout(function(){
next = $(this).next();
nextLi = next.children();
for(var i = 0; i < nextLi.length; i++){
if(nextLi.eq(i).is(":hover")){
nextLi.eq(i).click();
return true;
}
}
active = next.children('.active');
next.hide();
})

浙公网安备 33010602011771号