function checkMenu(obj){
	var li =  $(".nav-list").children(".current").removeClass("current");
	$(obj).parent().addClass("current");
}


