var LOWER_MENUS = [
	['Rhode Island',null,null,
		['Home', '/states/RI/index.htm'],
		['History', '/states/RI/history.htm'],
		['Symbols', '/states/RI/symbols.htm'],
		['Interesting Facts', '/states/RI/facts.htm'],
		['Famous People', '/states/RI/famous_people.htm'],
		['Cities & Counties', '/states/RI/cities.htm'],
		['News', '/states/RI/news.htm'],
		['Official Site', 'http://www.state.ri.us'],
	],
	['Regions',null,null,
		['Providence', '/states/RI/providence.htm'],
		['South County', '/states/RI/south_county.htm'],
		['Block Island', 'http://www.blockislandinfo.com'],
		['East Bay', '/states/RI/east_bay.htm'],
		['Warwick & West Bay', 'http://www.warwickri.com'],
		['Blackstone River Valley', '/states/RI/blackstone_rivervalley.htm'],
		['Newport County', '/states/RI/newport_county.htm'],
	],
	['Outdoor Recreation',null,{'sw':175},
		['National Parks', '/states/RI/nationalparks/index.htm'],
		['State Parks', 'http://www.riparks.com'],
		['Dept. of Environmental Management', 'http://www.state.ri.us/dem'],
	],
	['Events', '/states/RI/events/index.htm',null
	],
	['Lodging', '/states/RI/lodging/index.html',null
	]
];