$(function(){
	$(".navigation LI:first-child").addClass("first");
	$(".footer .nav LI:first-child").addClass("first");
});

