/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MI_Left = [
		['About LCNRD', '/about/', null,
			['Staff', '/about/staff/'],
			['Board of Directors', '/about/board/'],
		],
		['Programs', null, null,
			['NSWCP &amp; NRD Cost Share', '/programs/cost_share/'],
			['Tree Program', '/programs/tree/'],
			['Community Assitance Prog.', '/programs/cap/'],
			['Deep Soil', '/programs/deep_soil/'],
			['Nebraska Wild', '/programs/nebraska_wild/'],
			['Erosion &amp; Sediment Control', '/programs/erosion_sediment/'],
			['Road Structures', '/programs/road_structures/'],
			['Flood Control', '/programs/flood_control/'],
			['Missouri River', '/programs/missouri_river/'],
			['Siphoning Nitrates Programs', '/programs/siphoning_nitrates/'],
		],
		['Groundwater', null, null,
			['Chemigation', '/groundwater/chemigation/'],
			['BGMA', '/groundwater/bgma/'],
			['Static Water Levels', '/groundwater/static_water_levels/'],
			['Sealed Well Abandonment', '/groundwater/sealed_well/'],
			['Well Registration', '/groundwater/well_reg/'],
			['Well Permit GWMA', '/groundwater/well_permit/'],
		],
		['Recreation', null, null,
			['Chalkrock Wildlife Area', '/recreation/chalkrock/'],
			['Buckskin Hills Wildlife Area', '/recreation/buckskin/'],
			['Powder Creek Use Area', '/recreation/powder_creek/'],
			['Nebraksa Wild Access', '/recreation/nebraska_wild_access/'],
		],
		['Info & Education', null, null,
			['Galen Jueden Scholarship', '/info/galen_jueden_scholarship/'],
			['Soil Stewardship', '/info/soil_stewardship/'],
			['Aquafest and other programs', '/info/aquafest/'],
			['Poster Contest', '/info/poster/'],
			['NACD Awards Program', '/info/nacd_awards/'],
			['Patefield Green Scholarship', '/info/patefield/'],
			['Range Camp Scholarship', '/info/range_camp/'],
			['GW Flow Model & Enviroscape', '/info/gw_flow_model/'],
		],
		['CKRWP', null, null,
			['Project Overview', '/ckrwp/project/'],
			['Area', '/ckrwp/area/'],
			['Hooking up to the system', '/ckrwp/hook_up/'],
			['Billing &amp; Rates', '/ckrwp/billing/'],
		],
		['Reports', null, null,
			['LRIP', '/reports/lrip/'],
			['Annual Report', '/reports/annual_report/'],
			['Budget', '/reports/budget/'],
		],
		['Quick Links', null, null,
			['Ne Rain', '/ne_rain/'],
			['NRD Mapmaker', 'http://www.nrdmapmaker.org/'],
			['Diggers One Call', '/diggers/'],
			['BGMA Ruels &amp; Regulations', '/groundwater/bgma/'],
			['Deadlines', '/deadlines/'],
			['Forms &amp; Applications', '/forms_apps/'],
			['Well Registration', '/groundwater/well_reg/'],
		],
		['Contact', '/contact/', null,],
		['HOME', '/', null,],
];
