$(document).ready(function() {

	$("li.widget ul li:last-child").css({'border' : '0px'});				

});