	$(document).ready(function(){
		$("div#featureClick li").hover(function(){
			//pass current element
			overLi("#576B8A", this);
		}, function(){
			offLi("#AEBFD7", this);
		});
	});