function menuIn(elt)
{
	elt.style.background = '#90AEB2 url("/cms2012/image/menu_button_sel.png") center center no-repeat';
	elt.style.color = "#1B566B";
}

function menuOut(elt)
{
	elt.style.background = '#90AEB2 url("/cms2012/image/menu_button.png") center center no-repeat';
	elt.style.color = "#A7A9AC";
}

function submenuIn(elt)
{
	elt.style.background = '#90AEB2 url("/cms2012/image/submenu_button_sel.png") center center no-repeat';
	elt.style.color = "#1B566B";
}

function submenuOut(elt)
{
	elt.style.background = '#90AEB2 url("/cms2012/image/submenu_button.png") center center no-repeat';
	elt.style.color = "#A7A9AC";
}

