
/*remove ending right border from top level menu item*/

$(document).ready(function() {
	
	
  //$(" #tdNav ul li:last-child a").css("border-right","0px solid #fff");
  

});
