/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.htm'],
	['COMMUNITY INFO', null, null,
		['Facts & Figures', 'FactsFiguresGovt.htm'],
		['Tax Facts', 'FactsFiguresTaxes.htm'],
		['Economy & Demographics', 'FactsFiguresEconomics.htm'],
		['Relocation Guide', 'RelocationGuide.htm'],
		['History', null,null,
			['Colonial Heights', 'HistoryCH.htm'],
			['Fort Clifton', 'HistoryFtClif.htm'],
			['Ellerslie', 'HistoryEllers.htm'],
			['Cucumber Tree', 'HistoryCucumber.htm'],
			['Conjurer\'s Neck', 'HistoryConjurers.htm'],
			['Violet Bank', 'HistoryVB.htm'],
			['Swift Creek', 'HistorySwiftCrk.htm'],
			['Archer\'s Hill', 'HistoryArcher.htm'],

		],
		['Fort Clifton Festival', 'FortCliftonFestival.htm'],
		['Schools', 'http://www.colonialhts.net/'],
		['Resource Directory', 'YouthResourceDirectory.htm'],
		['Local News', null,null,
			['City Manager\'s Report', 'CityManagerMonthlyReport.htm'],
			['City Focus Newsletter', 'CityFocusNewsletter.htm'],
			['Media Releases', 'MediaReleases.htm'],
		],
		['Local Weather', 'http://www.wunderground.com/cgi-bin/findweather/getForecast?query=23834'],
		['Community Links', 'CommunityLinks.htm'],
	],
	['CITY GOVERNMENT', null, null,
		['City Council', 'Council.htm'],
		['City Manager', 'CityManager.htm'],
		['City Assessor', 'AssessRealEstate.htm'],
		['City Attorney', 'CityAttorney.htm'],
		['Constitutional Officers', null, null,
			['Clerk of Circuit Court', 'ClerkofCircuitCourt.htm'],
			['Commissioner of Revenue', 'CommRev.htm'],
			['Commonwealth\'s Atty', 'CommAttorney.htm'],
			['Sheriff', 'Sheriff.htm'],
			['Treasurer', 'Treasurer.htm']
		],
		['Registrar', 'Registrar.htm'],
		['Employee Directory', 'Directory.asp']
	],
	['CITY DEPARTMENTS', null, null,
		['Building Inspections', 'BuildingInspect.htm'],
		['Economic Development', 'EconomicDevelopment.htm'],
		['Emergency Communications', 'EmergencyCommCenter.htm'],
		['Finance', 'Finance.htm'],
		['Fire & EMS', 'FireEMS.htm'],
		['Health', 'http://www.vdh.virginia.gov/LHD/Chesterfield/Colonial_Heights/index.htm'],
		['Human Resources', 'HumanResources.htm'],
		['Library', 'Library.htm'],
		['Planning\/Community Dev', 'Planning.htm'],
		['Police', 'Police.htm'],
		['Public Works', 'PublicWorks.htm'],
		['Recreation & Parks', 'RecParks.htm'],
	
		['Youth & Human Services', 'Youth.htm']
	],
	['BUSINESS INFO', null, null,
		['Building Inspections', 'BuildingInspect.htm'],
		['Chamber of Commerce', 'http://www.colonialheightschamber.com'],
		['City Code', 'http://www.ecode360.com/?custId=CO1330'],
		['Economic Development', 'EconomicDevelopment.htm'],
		['Planning\/Community Dev', 'Planning.htm'],
		['Procurement (Bids, RFPs)', 'FinancePurchasingRFPs.htm']
	],
	['E-GOV\'T SERVICES', null, null,
		['Citizens Action Center', 'http://www.mygovhelp.org/colonialheightsva/_cs/supporthome.aspx'],
		['Real Estate Records Search', 'AssessSearch.htm'],
		['City Code', 'http://www.ecode360.com/?custId=CO1330'],
		['Online Payments', 'TreasurerPayments.htm'],
		['Rec Registration', 'http://colonialheightsva.recware.com'],
		['Online Library Catalog', 'http://chlibrary.colonial-heights.com/common/welcome.jsp?site=201'],
		['Library Book Requests', 'LibraryNewRequestForm.htm'],
		['Water Exclusion Meter Readings', 'FinanceUBExclusionMeter.htm'],

	]
];

