ajmenu1 = new mainMenu('horizontal', 0, '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.divider = '|';
ajmenu1.htmlBefore  = '<div style="padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('Home', '/', 'About GFA', '/about_gfa/', 'Services', '/services/', 'Case Studies', '/case_studies/', 'Contact us', '/contact_us?');

ajmenu1 = new subMenu('2', '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.htmlBefore  = '<div style="padding-left:7px;padding-right:25px;padding-top:3px;padding-bottom:3px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('What We Do', '/about_gfa/what_we_do/', 'Why We Do It', '/about_gfa/why_we_do_it/');

ajmenu1 = new subMenu('3', '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.htmlBefore  = '<div style="padding-left:7px;padding-right:25px;padding-top:3px;padding-bottom:3px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('Chain Solutions', '/services/chain_solutions/', 'Consultancy', '/services/consultancy/', 'Web Development', '/services/web_development/');

ajmenu1 = new subMenu('4', '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.htmlBefore  = '<div style="padding-left:7px;padding-right:25px;padding-top:3px;padding-bottom:3px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('Chain Solutions', '/case_studies/chain_solutions/', 'Consultancy', '/case_studies/consultancy/', 'Web Development', '/case_studies/web_development/');
