<!-- //hide
	function mouseOverNav(aname){
		document.getElementById(aname).style.color = '#73B64B';
	}
	function mouseOutNav(aname){
		document.getElementById(aname).style.color = '#4082BE';
	}
// done hiding -->