/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src=menu/about.jpg width=140 height=25 border=0>', 'about-us.html', null,
		['Company History', 'company-history.html'],
		['Employment', 'jobs.html'],
		['Staff', 'staff.html'],
		['Associated Sites', 'associated-sites.html'],
		['News', 'news.html']
		
	],
	['<img src=menu/services.jpg width=140 height=25 border=0>', 'services.html', null,
		['City / County Engineer', 'city-county-engineer.html'],
		['Wastewater Systems', 'wastewater-systems.html'],
		['Water Systems', 'water-systems.html'],
		['Structural Design', 'structural-geotechnical-design.html'],
		['Geotechnical Design', 'structural-geotechnical-design.html'],
		['Environmental', 'environmental.html'],
		['Transportation', 'transportation.html'],
		['Drafting/Mapping/GIS', 'drafting-mapping-gis.html']
	],
	['<img src=menu/projects.jpg width=140 height=25 border=0>', null, null, 
		['City / County Engineer', 'projects-city-county-engineer.html'],
		['Wastewater Systems', 'projects-wastewater-systems.html'],
		['Water Systems', 'projects-water-systems.html'],
		['Structural Design', 'projects-structural-geotechnical-design.html'],
		['Environmental', 'projects-environmental.html'],
		['Transportation', 'projects-transportation.html'],
		['Drafting/Mapping/GIS', 'projects-drafting-mapping-gis.html'],
		['Transportation Planning', null, null,
			['Lemhi County', 'lemhi.html'],
			['Payette County', 'payettecounty.html'],
			['City of Middleton', 'projects-city-of-middleton.html', null,
			['Transportation Plan', 'http://www.middleton.id.gov/default.asp?pageName=Custom3', {'tw':'_blank','sb':'http://www.middleton.id.gov/default.asp?pageName=Custom3'}],
			['Sub-Regional Model', 'projects-city-of-middleton-regional.html']
			],
			['Valley County', 'projects-valley-county.html'],
			['City of Cascade', 'projects-city-of-cascade.html'],
			['City of Donnelly', 'projects-city-of-donnelly.html']
		]
	],
	['<img src=menu/contact.jpg width=140 height=25 border=0>', 'contact-us.html']

];
