
function subMenuOn(t) {
	t.style.backgroundColor = '#FFD478';
}

function subMenuOff(t) {
	t.style.backgroundColor = '#FFFFFF';
}
