var LOWER_MENUS = [
	['Tennessee',null,null,
		['Home', '/states/TN/index.htm'],
		['History', '/states/TN/history.htm'],
		['Symbols', '/states/TN/symbols.htm'],
		['Interesting Facts', '/states/TN/facts.htm'],
		['Famous People', '/states/TN/famous_people.htm'],
		['Cities & Counties', '/states/TN/cities.htm'],
		['News', '/states/TN/news.htm'],
		['Official Site', 'http://www.state.tn.us'],
		['Books and Videos', '/states/TN/books.html'],
	],
	['Regions',null,null,
		['West', '/states/TN/west.htm'],
		['Middle', '/states/TN/middle.htm'],
		['East', '/states/TN/east.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/TN/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/tn.shtml'],
		['State Parks', 'http://www.state.tn.us/environment/parks/'],
		['Wildlife Resources Agency', 'http://www.state.tn.us/twra'],
	],
	['Events', '/states/TN/events/index.htm',null
	],
	['Lodging', '/states/TN/lodging/index.html',null
	]
];