
function menuStateON(t)
{
	t.style.color="#000";
	t.style.backgroundColor="#CC6666";
}

function menuStateOFF(t)
{
	t.style.color="#fff";
	t.style.backgroundColor="#990033";
}