$(
'.nav_dd li'
).bind(
"mouseenter"
,
function
(){
this
).children(
'.menu'
).show();
});
"mouseleave"
).hide();