$(document).ready(function(){
			   
	// to remove border of top-nav last child
	$('.top-nav li:last-child').css("border","none");
	
});
