// initialise menu
jQuery(document).ready(function() {
    jQuery('#header ul').superfish();
    jQuery('#sidebar ul').superfish({
        animation: {height:'show'},
        delay:     500,
        autoArrows: false,
        speed : 'fast'
    });
});