
jQuery(function() {
    jQuery("ul.cs-superfish").superfish({
        delay: 1000,
        animation: { opacity: 'show', height: 'show' },
        speed: 'fast',
        autoArrows: false
    });
});


