var obj = null;
function checkHover() {
	if (obj) {
		obj.find('ul').fadeOut('fast');
		//obj.find('a').removeClass("active");
	}
}
