jQuery(function(){
	jQuery('#menu-main > li:last').addClass('last');
	jQuery('#menu-main > li:first').addClass('first-child');
});
