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