$().ready(function() {
    $("#nav ul.navigation").superfish({
        speed: 1
    });
});