function menuOver(obj)
{
	obj.style.backgroundColor = "#0387A5";
}
function menuOut(obj)
{
	obj.style.backgroundColor = "#02657C";
}
function menuOverRed(obj)
{
	obj.style.backgroundColor = "#992D2F";
}
function menuOutRed(obj)
{
	obj.style.backgroundColor = "#762324";
}

