// initialise menu
jQuery(document).ready(function() {
	jQuery('#header ul').superfish();
	jQuery('#sidebar ul').superfish({
        animation: {height:'show'},   // slide-down effect without fade-in
        delay:     500,
        autoArrows: true
    });
});


