function fnMenuButtonOver(oButton) {
	oButton.style.backgroundColor='#666666';
	oButton.style.color='#FFFFFF';
}

function fnMenuButtonOut(oButton) {
	oButton.style.backgroundColor='#E9E7E3';
	oButton.style.color='#000000';
}
