$(function(){
	
	$('header nav li:first-child').addClass('first-child');
	$('header nav li:last-child').addClass('last-child');
	
});
