/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.pl/home', {'tw':'_self'}],
	['About Us', '', {'tw':'_self'},
		['Management Profiles', '/index.pl/home/about-us/management-profiles', {'tw':'_self'}],
		['Directions', '/index.pl/home/about-us/directions', {'tw':'_self'}]
	],
    ['Services', '', {'tw':'_self'},
        ['Capabilities', '/index.pl/home/services/capabilities', {'tw':'_self'}],
        ['Projects', '/index.pl/home/services/projects', {'tw':'_self'}],
        ['Partners', '/index.pl/home/services/partners', {'tw':'_self'}]
    ],
    ['Clients', '', {'tw':'_self'},
        ['Federal Government', '/index.pl/home/clients/federal-government', {'tw':'_self'}],
        ['State & Local Governments', '/index.pl/home/clients/state-local-government', {'tw':'_self'}],
        ['Commercial', '/index.pl/home/clients/commercial', {'tw':'_self'}]
    ],
    ['Contracts', '', {'tw':'_self'},
        ['Sole Source 8(a)', '/index.pl/home/contracts/sole-source', {'tw':'_self'}],
        //['GSA Schedule 70', '/index.pl/home/contracts/gsa-schedule', {'tw':'_self'}],
        ['Seaport-e', '/index.pl/home/federal-sector/seaport-e', {'tw':'_self'}],
        ['NAICS', '/index.pl/home/contracts/naics', {'tw':'_self'}]
    ],
    ['Careers', '', {'tw':'_self'},
        ['Benefits', '/index.pl/home/careers2/benefits', {'tw':'_self'}],
        ['Job Openings', '/index.pl/home/careers2/job-openings', {'tw':'_self'}]
    ],
    ['Contact Us', '/index.pl/home/contact-us', {'tw':'_self'}]

];
