$(document).ready(function() {
  $('#sub-navigation li:last a').css('background', 'none');
});

