/*
  --- 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 = [
	['Home', 'Home.asp', null,
		
		['NAICS/SIC Listing', 'NAICSListing.asp'],
		['Commendations','Commendations.asp']
	],
	['About Us','AboutUs.asp', null,
		['Company Profile', 'AboutUs_CompProfile.asp'],
		['Executive Profiles', 'AboutUs_ExecProfile.asp'],		
		['Mission/Vision', 'AboutUs_Mission.asp'],
		['Partners', 'AboutUs_Partners.asp'],
		['Contact Us', 'AboutUs_ContactUs.asp']		
	],
	['Services ', 'Solutions.asp', null,
		['<div class="BacImages1">Enterprise Business Services</div>', 'Services_EB.asp'],
		['<div class="BacImages1">Information Assurance/Security Services</div>', 'Services_InfoAss.asp'],
		['<div class="BacImages1">Systems Engineering Services</div>', 'Services_Engineering.asp'],
		['<div class="BacImages1">System Design and Development Services</div>', 'Services_Design.asp'],
		['<div class="BacImages1">Validation and Verification Services</div>', 'Services_Validation.asp'],
		['<div class="BacImages1">Network & Infrastructure Services</div>', 'Services_Network.asp']
	],
	['Customers', 'Clients.asp',null
/*	['Customers', 'Clients.asp', null,
		['Dept. of Treasury', 'Clients_treasury.asp'],
		['NARA', 'Clients_NARA.asp'],
		['State of Delaware', 'Clients_Delaware.asp'],
		['Dept. of Agriculture', 'Clients_Agriculture.asp'],
		['Dept. of Justice', 'Clients_Justice.asp'],
		['Dept. of Energy', 'Clients_Energy.asp'],
		['Dept. of  Transportation', 'Clients_Transport.asp'],
		['US Navy - SPAWAR', 'Clients_SPAWAR.asp'],
		['Dept. of Homeland Security', 'Clients_Homeland.asp'],
		['S E C', 'Clients_SEC.asp'],
		['Defense Logistics Agency', 'Clients_DLA.asp'],
		['Dept of Education', 'Clients_edu.asp'],
		['Warner Music','Clients_Warner.asp'],     
		['Selective Service System','Clients_sss.asp']		
*/
	],
	['Careers', '#',null,
		['Benefits', 'Benefits.asp'],
		['Job Opportunities', 'Opportunities.asp'],
		['How to Apply', 'Resume.asp']
	],
	['News','News.asp'],
	['Contracts','#',null,
		['Prime Contracts','Prime_Contract.asp'],
		['Sub Contracts', 'Sub_Contract.asp']
	],
];

