function MenuMOver(obj){
	obj.style.background="#2e4d68";
	obj.style.color="#f7c700";
}
		
function MenuMOut(obj){
	obj.style.background="transparent";
	obj.style.color="#ecf1f6";
}
