function navHover() {
	document.getElementsByClassName('navHover').onmouseout = "this.style.backgroundColor='#333333';";
	document.getElementsByClassName('navHover').onmouseover = "document.this.style.backgroundColor='#000';";
}