$(document).ready(function() {

    // Remove the white border from the last menu item
    $('#menu td:last').css({'border-right' : 'none'});

    $('#menu').animate({'height' : '50px'},'slow');

});
