//ajm_state.menuoffset = 10;
 ajmenu1 = new mainMenu('horizontal', 50, '#C49C5D', '#C49C5D', 'white');
//ajmenu1.cellpadding = 0;
//ajmenu1.htmlBefore = '<img src="images/bar-items-divider.gif" width="11" height="18" alt="" border="0">';
//ajmenu1.htmlAfter  = '';
 ajmenu1.pad_1 = 0;
 ajmenu1.pad_2 = 0;
// ajmenu1.divider = '';
// ajmenu1.divider = '<img src="images/bar-items-divider.gif" width="11" height="18" alt="" border="0">'
// ajmenu1.addItems('NavSurf Products', '', 'Menu 3', '', 'No Submenus', 'example.html', '<img src="email.gif" border="0">', 'mailto:example@msn.com');

ajmenu1.addItems('About Us', 'javascript:void(null)', 'Logistics', 'javascript:void(null)', 'Construction', 'javascript:void(null)', 'Technology', 'javascript:void(null)', 'Maintenance', 'javascript:void(null)');

ajmenu1 = new subMenu('1','#C49C5D', '#b8860b', 'white');
ajmenu1.cellpadding = 0;
ajmenu1.addItems('History', '/about-us/', 'Mission Statement', '/about-us/mission.html', 'Environmental Policy', '/about-us/environment.html', 'News', '/news/');

ajmenu1 = new subMenu('2','#C49C5D', '#b8860b', 'white');
ajmenu1.cellpadding = 0;
ajmenu1.addItems('Services Overview', '/logistics/', 'Customers', '/logistics/customers.html', 'Depot Network', '/logistics/locations.html', 'Logistics Outsourcing', '/logistics/outsourcing.html', 'Road Transport', '/logistics/road-transport.html', 'Rail Transport', '/logistics/rail-transport.html', 'Warehousing Operations', '/logistics/warehousing.html', 'Bonded Warehousing', '/logistics/bonded.html', 'Contact Details', '/logistics/contact.html');

ajmenu1 = new subMenu('3','#C49C5D', '#b8860b', 'white');
ajmenu1.cellpadding = 0;
ajmenu1.addItems('Services Overview', '/construction/', 'Contracts', '/construction/contracts.html', 'Sports & Leisure', '/construction/sports.html', 'Waste Management', '/construction/waste.html', 'Tipper & Plant Hire', '/construction/hire.html', 'Contact Details', '/construction/contact.html');

ajmenu1 = new subMenu('4','#C49C5D', '#b8860b', 'white');
ajmenu1.cellpadding = 0;
ajmenu1.addItems('Core Systems', '/technology/', 'Supply Chain Execution', '/technology/supply-chain.html', 'Professional Services', '/technology/professional.html', 'Contact Details', '/technology/contact.html');

ajmenu1 = new subMenu('5','#C49C5D', '#b8860b', 'white');
ajmenu1.cellpadding = 0;
ajmenu1.addItems('Services Overview', '/maintenance/', 'Third Party Maintenance', '/maintenance/third-party.html', 'Customers', '/maintenance/customers.html', 'Contact Details', '/maintenance/contact.html');
