$(document).ready(function(){
  $('.sub-menu > li:last-child').each(function() {
    $(this).addClass('bottom');
  });
});
