var $j = jQuery.noConflict();
$j(document).ready(function() {
  $j(".secondary-menu ul li a:last").css("background", "none");
});

