jQuery(function($) {
	$('#navigation ul li:last').find('span').remove();
});