$(document).ready(function(){
	
    $('table.menu td:last-child').css({border: 0});
    
});

