$(document).ready(function() {
	$('#navigation li:last-child, #footer li:last-child').css({
		'border-right' : '0'
	});
});
