// Main navigation/subnavigation links

var navigation =
{ 
'about':{	
		'Overview':'about.html',
		'Team':'team.html',
		'Background':'background.html'
	},
'services':{	
		'Overview':'services.html',
		'Business Practices':'busprac.html',
		'Resource Solutions':'ressol.html'
	},
'articles':{	
		'Growth Matters':'article.php',
		'Resource Development Matters':'resourcedevelopment.php',
		'Working Smarter':'workingsmarter.php',
		'Energy':'energy.php',
		'Archive':'archive.php'
	},
'alternative_energy':{	
		'&nbsp;':'&nbsp;'
	},
'clients':{	
		'Client List':'clientlist.html'
	},
'careers':{	
		'Overview':'careers.html'
	},
'contactus':{	
		'&nbsp;':'&nbsp;'
	},
'sitemap':{	
		'Site Map':'sitemap.html'
	}
}; 

