var LOWER_MENUS = [
	['North Dakota',null,null,
		['Home', '/states/ND/index.htm'],
		['History', '/states/ND/history.htm'],
		['Symbols', '/states/ND/symbols.htm'],
		['Interesting Facts', '/states/ND/facts.htm'],
		['Famous People', '/states/ND/famous_people.htm'],
		['Cities & Counties', '/states/ND/cities.htm'],
		['News', '/states/ND/news.htm'],
		['Official Site', 'http://www.state.nd.us'],
	],
	['Regions',null,null,
		['Western', '/states/ND/western.htm'],
		['Central', '/states/ND/central.htm'],
		['Eastern', '/states/ND/eastern.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/ND/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r1/dakotaprairie'],
		['State Parks', 'http://www.state.nd.us/ndparks'],
		['Game and Fish Dept.', 'http://www.state.nd.us/gnf'],
	],
	['Events', '/states/ND/events/index.htm',null
	],
	['Lodging', '/states/ND/lodging/index.html',null
	]
];