var LOWER_MENUS = [
	['Louisiana',null,null,
		['Home', '/states/LA/index.htm'],
		['History', '/states/LA/history.htm'],
		['Symbols', '/states/LA/symbols.htm'],
		['Interesting Facts', '/states/LA/facts.htm'],
		['Famous People', '/states/LA/famous_people.htm'],
		['Cities & Counties', '/states/LA/cities.htm'],
		['News', '/states/LA/news.htm'],
		['Official Site', 'http://www.state.la.us'],
	],
	['Regions',null,null,
		['Sportsman\'s Paradise', '/states/LA/sportsmans.html'],
		['Crossroads', '/states/LA/crossroads.html'],
		['Cajun Country', '/states/LA/cajuncountry.html'],
		['Plantation Country', '/states/LA/plantationcountry.html'],
		['Greater New Orleans', '/states/LA/neworleans.html'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/LA/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/la.shtml'],
		['State Parks', 'http://www.crt.state.la.us/crt/parks/default.htm'],
		['Dept. of Wildlife and Fisheries', 'http://www.wlf.state.la.us'],
	],
	['Events', '/states/LA/events/index.htm',null
	],
	['Lodging', '/states/LA/lodging/index.html',null
	]
];