
/*remove ending right border from top level menu item*/

$j(document).ready(function() {


  $j(".topmenu ul li:nth-child(8)").css("border-right","0px solid white");


});
