var LOWER_MENUS = [
	['Nebraska',null,null,
		['Home', '/states/NE/index.htm'],
		['History', '/states/NE/history.htm'],
		['Symbols', '/states/NE/symbols.htm'],
		['Interesting Facts', '/states/NE/facts.htm'],
		['Famous People', '/states/NE/famous_people.htm'],
		['Cities & Counties', '/states/NE/cities.htm'],
		['News', '/states/NE/news.htm'],
		['Official Site', 'http://www.state.ne.us'],
	],
	['Regions',null,null,
		['Panhandle', '/states/NE/panhandle.htm'],
		['Prairie Lakes', '/states/NE/prairie_lakes.htm'],
		['Sandhills', '/states/NE/sandhills.htm'],
		['Frontier Trails', '/states/NE/frontier_trails.htm'],
		['Lewis and Clark', '/states/NE/lewis_clark.htm'],
		['Metro Corridor', '/states/NE/metro_corridor.htm'],
		['Pioneer Country', '/states/NE/pioneer_country.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/NE/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/recreation/states/ne.shtml'],
		['State Parks', 'http://www.ngpc.state.ne.us/parks/parks.html'],
		['Game and Park Commission', 'http://www.ngpc.state.ne.us'],
	],
	['Events', '/states/NE/events/index.htm',null
	],
	['Lodging', '/states/NE/lodging/index.html',null
	]
];