
function CambiaEstiloMenu (obj,estiloOver,linkOver)
{
	obj.className=estiloOver
	//el hijo 0 del td es el href
	obj.childNodes[0].className= linkOver
}

