$(document).ready(function(){
    $("ul.sf-menu").superfish({
        autoArrows:     false,
        speed:          'slow',
        delay:          500,
        dropShadows:    true,
        animation:      { height: 'show'}, 
        easing:         'easeOutBack'
    });
});
