jQuery(document).ready(function(){function megaHoverOver(){jQuery(this).find(".sub").stop().fadeTo('fast',1).show();(function(jQuery){jQuery.fn.calcSubWidth=function(){rowWidth=0;jQuery(this).find("ul").each(function(){rowWidth+=jQuery(this).width();});};})(jQuery);}
function megaHoverOut(){jQuery(this).find(".sub").stop().fadeTo('fast',0,function(){jQuery(this).hide();});}
var config={sensitivity:2,interval:10,over:megaHoverOver,timeout:10,out:megaHoverOut};jQuery("ul#topnav li .sub").css({'opacity':'0'});jQuery("ul#topnav li").hoverIntent(config);});
