$(document).ready(function() {
		 $('ul#main-nav li:last-child').addClass('last');
		 	$('ul.level-3 li:last-child').addClass('last');
		
		});

