/* --- menu items --- */
var MENU_ITEMS = [
	['What&#39;s New', 'http://www.lsgallegos.com/whatsnew.htm', [null, null, null, null],
	],
	['Company Profile', 'http://www.lsgallegos.com/company_profile.htm', [110, null, null, null],
		['About LSG', 'http://www.lsgallegos.com/about_lsg.htm', null],
		['Leadership', 'http://www.lsgallegos.com/leadership.htm', null],
		['Alliances', 'http://www.lsgallegos.com/alliances.htm', null],
		['Small Business Certification', 'http://www.lsgallegos.com/small_business_cert.htm', [null, null, null, 33]],
	],
		['Markets',  'http://www.lsgallegos.com/markets.htm', [140, null, null, null],
		['Government', 'http://www.lsgallegos.com/government.htm', null,],
		['Transportation', 'http://www.lsgallegos.com/transportation.htm', null,
			['Rail Transit', 'http://www.lsgallegos.com/rail_transit.htm', null],
			['Airports', 'http://www.lsgallegos.com/airports.htm', null],
		],
	],
	['Services',  'http://www.lsgallegos.com/services.htm', [null, null, null, null],
		['Federal Services - MOBIS', 'http://www.lsgallegos.com/federal_mobis.htm', [null, null, null, 50]],
		['Technical and Administrative Support', 'http://www.lsgallegos.com/tech_admin_support.htm', [null, 33, null, 50]],
		['Transportation Project Management', 'http://www.lsgallegos.com/project_man_support.htm', [null, 33, null, 40]],
		['Project Control', 'http://www.lsgallegos.com/project_control.htm', [null, 33, null, 40]],
		['IT Support Services', 'http://www.lsgallegos.com/it_support.htm', [null, null, null, 35]],
		['Web-Based Project Management', 'http://www.lsgallegos.com/web_based_project.htm', [null, null, null, 40]],		
	],
	['Clients',  'http://www.lsgallegos.com/clients.htm', [90, null, null, null],
		['Client List', 'http://www.lsgallegos.com/client_list.htm', null],
		['Featured Projects', 'http://www.lsgallegos.com/featured_projects.htm', null],
	],
	['Links',  'http://www.lsgallegos.com/industry_website_links.htm', [80, null, null, null],
	],
	['Careers',  'http://www.lsgallegos.com/careers.htm', [70, null, null, null],
		['Openings Available', 'http://www.lsgallegos.com/openings_available.htm', null],
		['Benefits', 'http://www.lsgallegos.com/benefits.htm', null],
	],
	['Contact Us',  'http://www.lsgallegos.com/contact_us.htm', [90, null, null, null],
	],
	['Home',  'http://www.lsgallegos.com/index.htm', [105, null, null, null],
	],
];
