$(document).ready (function(){
	$('#footer_link ul li:first-child').addClass('firstItem');
	$('#footer_link ul li:last-child').addClass('lastItem');
	$(".nav ul li:nth-child(2)").addClass("first");
});

