$(document).ready(function(){
	$('#nav li:last a').css('background-image', 'none');   
});