$().ready(function() {
    $('#menu').superfish({
        autoArrows: false,
        speed: 100,
        delay: 250,
        pathClass: 'here',
        dropShadows: false
    });
});