$(document).ready(function() {
	$("#footer .col,#footer #legalLinks").each(function (i) {
			//alert(this);						 
	$(this).find("li:first").addClass("first");
	});
});