$(function() {
	$('#contentLeft ul').each(function() {
		$('li a:last',this).css('border-bottom','none');
	});	   
});
