$(document).ready(function(){ 
   $("#sectionNav ul ul li:last-child").addClass("last");
});
