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