$(function() {
				$(".navi li.active a").corner("5px cc:#dc6a7d");
				$(".navi li:not(.active) a").textShadow({x:2, y:2,radius:1, color:"#000"});
			});
