$(function() {
    $('ul.sf-menu ').superfish({ delay: 0, speed: 0, autoArrows: false, dropShadows: false, disableHI: true, animation: { height: 'show'} });
});
