function changeNav(navId){
	var selectedNav = document.getElementById(navId);
	selectedNav.style.backgroundPosition = '0px -27px';
	selectedNav.style.color = 'white';
}