/*
  --- 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 MENU_ITEMS = [

	['About RTI', null, null,
		['Corporate Overview', 'overview.htm'],
		['Mission', 'mission.htm'],
		['Values', 'values.htm'],		
		['Awards', 'awards.htm'],
		['Certifications', 'certifications.htm'],
		['Clients', 'clients.htm'],
		['Careers', 'careers.htm'],
		['Employee Forms', 'employee_forms.htm'],
		['Current Openings', 'current_openings.htm'],
		['Locations', 'locations.htm'],
		['Site Map', 'sitemap.htm'],
		
	],

	['Staffing Solutions', null, null,
		['Staff Augumentation', 'staffing.htm'],
		['Payroll Services ', 'payroll_services.htm'],
		['Healthcare Staffing ', 'healthcare_staff.htm'],
	],

	['IT Services', null, null,
		['ASP Solutions', 'asp_solutions.htm'],
		['Enterprise Security', 'security.htm'],
		['Application Development', 'application_development.htm'],
		['Application Maintenance', 'application_maintenance.htm'],
		['Business Intelligence', 'business_intelligence.htm'],
		['ERP', 'erp.htm'],
		['Quality Assurance', 'quality_assurance.htm'],
		['Project Management', 'project_management.htm'],
		['Cisco Network Services', 'network_services.htm'],
		['Infrastructure Support', 'infrastructure_support.htm'],
	],

	['Engg Services', null, null,
		['Mechanical Design', 'mech_design.htm'],
		['Embedded Software', 'software_engg.htm'],

	],

	['Contract Vehicles',null, null,
		['8(a) Sole Source', 'sole_source.htm'],
		['Navy Seaport-e', 'seaport-e.htm'],
		['GSA', 'gsa.htm'],
	],

];


