jQuery(function () {
    jQuery('ul.sf-menu').superfish({
        speed: 400,
        animation: { opacity: 'show', height: 'show' }
    });
});
