var LOWER_MENUS = [
	['Montana',null,null,
		['Home', '/states/MT/index.htm'],
		['History', '/states/MT/history.htm'],
		['Symbols', '/states/MT/symbols.htm'],
		['Interesting Facts', '/states/MT/facts.htm'],
		['Famous People', '/states/MT/famous_people.htm'],
		['Cities & Counties', '/states/MT/cities.htm'],
		['News', '/states/MT/news.htm'],
		['Official Site', 'http://www.state.mt.us'],
	],
	['Regions',null,null,
		['Glacier Country', '/states/MT/glacier.htm'],
		['Gold West Country', '/states/MT/gold_west.htm'],
		['Russell Country', '/states/MT/russell.htm'],
		['Yellowstone Country', '/states/MT/yellowstone.htm'],
		['Missouri River Country', '/states/MT/missouri_river.htm'],
		['Custer Country', '/states/MT/custer.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/MT/nationalparks/index.htm'],
		['National Forests', 'http://www.fs.fed.us/r1'],
		['State Parks', 'http://www.fwp.state.mt.us/parks/default.asp'],
		['Bureau of Land Management', 'http://www.mt.blm.gov'],
		['Dept. of fish, Wildlife & Parks'],
	],
	['Lodging', '/states/MT/lodging/index.html',null
	]
];