$(document).ready(function() {
	$("#nav ul li ul").each(function(){
		$("li:last-child .linksBlock").css('border-bottom','none');
	});
});
