
$(function(){$('.nav_pnl ul li').children('div').stop().animate({height:'0px'},100);height=500;$(".nav_pnl ul li").hover(function()
{$(this).children('div').stop(true,true).animate({height:height+'px'},600);},function(){$(this).children('div').stop().animate({height:'0'},600)});$('.nav_pnl ul li div').hover(function(){return false;});});
