/*
  --- 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 = [
	['<b>HOME</b>','index.php',
	],
	['<b>ABOUT US</b>', '#', null,
		['Vision and Mission', 'vision-and-mission.php'],
		['History', 'history.php'],
		['Culture', 'culture.php'],
		/*['Our Team >>', '#', null,
			['<font color="#FFFFFF">Management</font>', 'our-team.php?Team=Management'],
			['<font color="#FFFFFF">Specialist Team</font>', 'our-team.php?Team=Specialist Team'],
			['<font color="#FFFFFF">Support</font>', 'our-team.php?Team=Support'],
			
		],*/
		['Our Structure', 'our-structure.php'],
		['Our Partners', 'our-partners.php'],
		['Our Clients', 'our-clients.php'],		
	],
	['<b>SERVICES</b>', '#', null,
		['Service Philosophy', 'service-philosophy.php'],
		['Why Strategy?', 'our-recruitment-solutions.php'],
		['Our Solutions >>', '#', null,
			['<font color="#FFFFFF">Response Management</font>', 'response-management.php'],
			['<font color="#FFFFFF">Behavioural/Competency Based Interviewing</font>', 'competency-based-interviewing.php'],
			['<font color="#FFFFFF">eRecruitment</font>', 'e-recruitment.php'],
			['<font color="#FFFFFF">On Site Recruitment</font>', 'on-site-recruitment.php'],
			['<font color="#FFFFFF">Graduate Recruitment</font>', 'graduate-recruitment.php'],
			['<font color="#FFFFFF">Recruitment Advertising</font>', 'recruitment-advertising.php'],
		],
		
		
		['Add Value to Clients', 'add-value-to-clients.php'],
		
	],
	['<b>NEWS</b>', '#',	null,
			['News', 'recruitment-news.php'],
			['Cutting Edge Ideas', 'cutting-edge-ideas.php'],
    ],
	['<b>BEE STATUS</b>', 'bee.php'],	
	['<b>CAREERS</b>', '#',	null,
			//['<b>Vacancies at Kimberly-Clark</b>', 'careers.php?availability=1&spid=116'],
			['<b>All Vacancies</b>', 'careers.php?availability=1'],
			//['<b>Closed for application</b>', 'careers.php?availability=2'],
			//['<b>Key Projects Completed</b>', 'careers.php?availability=3'],
    ],
	['<b>CONTACT</b>', '#', null,
			['Contact Us', 'contact.php'],
			['Find Us', 'location.php'],
	],
	
];


