$(function() {
   $(document).ready(function() {
        $("#navigation > ul").superfish({
            animation: {height: 'show'},   // slide-down effect without fade-in 
            speed: 200,
            delay: 0,
            autoArrows: false
        });
    });
});
