$(function() {
  
  $('#nav li:last-child').addClass('last_nav');
  
  
  });
