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

