$(document).ready(function() {
	
	$(".topmenu li:last-child").css("border-right", "none");
	$(".topmenu ul").css("border-left", "none");
	
 });

