jQuery(document).ready(function($){	
	$('#menu-menu').children().last().each( function(){
		var endHtml	= $(this).html().replace('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;','');			
		$(this).html(endHtml);	
	});	
	$('#menu-menu-1').children().last().each( function(){
		var endHtml	= $(this).html().replace('&nbsp;|&nbsp;','');			
		$(this).html(endHtml);	
	});	
});
