function menuOver() {
	document.getElementById('menu').style.backgroundPosition = 'left bottom';
}
function menuOut() {
	document.getElementById('menu').style.backgroundPosition = 'left top';
}
