jQuery(function($) {
    $('#nav ul li').ahover({toggleEffect: 'height', moveSpeed: 300, toggleSpeed: 150});
});

