jQuery.noConflict();
jQuery(function(){
	jQuery('#nav ul').nmcDropDown();
	jQuery('#nav>div>ul>li>ul>li:last-child').addClass('last');
});