jQuery(function($){
    $('#menu a, #down a').click(function(){
        $.scrollTo( this.hash, 800, {offset:-120}); 
        return false;
    });   
});

