	startMenuBar('', 10);
	menuLabel('Home', 1, 55, '', '', 'index.php', null);
	menuLabel('The Forum', 2, 75, '', '', 'theforum.php', null);
//	menuLabel('The Forum', 2, 60, '', '', 'theforum.php', 'left');	
	menuLabel('Events', 3, 55, '', '', 'events-future.php', 'left');
// menuLabel('News', 4, 60, '', '', 'news.php', null);
//	menuLabel('Members', 5, 55, '', '', 'members.php', null);
	menuLabel('Partners', 6, 70, '', '', 'partners.php', 'left');
	menuLabel('Sponsorship', 7, 80, '', '', 'sponsorship.php', null);	
	//menuLabel('Competitions', 8, 90, '', '', 'competitions.php', null);
	menuLabel('Stakeholders', 9, 90, '', '', 'stakeholders.php', null);
	menuLabel('Contact&nbsp;Us', 10, 70, '', '', 'contact.php', null);
	endMenuBar(10);

