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