﻿$(document).ready(
      function (){
      $('table.ms-navitem td:last-child').addClass('nobackground');
      });
