	$(document).ready(function(){  
	$("ul.dropdown li:last-child").addClass("lastLi"); 
	$("ul.dropdown ul li:last-child").addClass("lastLi");
	<!--close jquery-->
	});  



