	function localMenuOver(thisElement)
	{
		thisElement.style.backgroundColor = "#EEEEEE";
	}

	function localMenuOut(thisElement)
	{
		thisElement.style.backgroundColor = "#DFDFDF";
	}
