jQuery(document).ready(function($) {
	$('ul.menu li:last-child').addClass('last-item');
} );

