function navOver() {
	this.style.backgroundColor='#F7F7F7';
	this.style.border='1px solid #ACACAC';
}

function navOut() {
	this.style.backgroundColor='';
	this.style.border='';
}
