/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.pepservice.com/index.html', null,
		['About', 'http://www.pepservice.com/About.html'],
		['Mission', 'http://www.pepservice.com/Mission.html'],
		['Profile', 'http://www.pepservice.com/Profile.html'],
/* 		['Director', 'http://www.pepservice.com/Director.html'], */
		['Legalities', 'http://www.pepservice.com/Legalities.html'],
		['Testimonials', 'http://www.pepservice.com/Testimonials.html'],
		['Press Releases', 'http://www.pepservice.com/PressReleases.html'],
		['Gallery', 'http://www.pepservice.com/Gallery.html']
	],
	['Close Protection', 'http://www.pepservice.com/CloseProtection.html', null,
	],
	['Events', 'http://www.pepservice.com/Events.html', null,
	],
	['Services', 'http://www.pepservice.com/Services.html', null,
		['Consultancy', 'http://www.pepservice.com/Consultancy.html'],
		['Investigation', 'http://www.pepservice.com/Investigation.html'],
		['Surveillance', 'http://www.pepservice.com/Surveillance.html'],
		['Courses / Training', 'http://www.pepservice.com/Training.html'],
		['Seminars', 'http://www.pepservice.com/Seminars.html'],
		['Drug Testing', 'http://www.pepservice.com/DrugTesting.html'],
		['Translation', 'http://www.pepservice.com/Translation.html']
	],
	['Contact', 'http://www.pepservice.com/Contact.html', null,
		['Links', 'http://www.pepservice.com/Links.html'],
		['Members Area', 'http://www.pepservice.com/MembersArea.html']
	]
];
