function menuIn(elt)
{
	elt.style.backgroundColor="#889BB2";
	elt.style.color="#FED44F";
}

function menuOut(elt)
{
	elt.style.backgroundColor="#622D8C";
	elt.style.color="#FFFFFF";
}

