
var MENU_ITEMS = [
    
    ['Home', 'index.htm',
        ['Vista Press Room', 'http://www.menu.com/'],
	],
    
    ['About Vista', null, null,
        ['Values', 'values.htm'],
	['The Team', null, null,
            ['Meet the team', 'team.htm'],
            ['Professional Profiles', 'profiles.htm'],
        ],
        ['Vista Advisory Panel', 'panel.htm'],
        ['Our story', 'story.htm'],
	],
    
    
    ['Login', 'https://www.senecasecure.com/?vista',
	],
    

    ['Services', null, null,
        ['Service Portfolio', 'services.htm'],
        ['Bespoke Projects', 'bespoke.htm'],
        ['The investment', 'investment.htm'],
	['Track Record',  null, null,
            ['Testimonials', 'testimonials.htm'],
            ['Example Projects', 'examples.htm'],
        ],
    ],
    
    
    ['V Learning', null, null,
        ['V Learning', 'vlearning.htm'],
        ['Video trailers', 'vtrail.htm'],
        ],
    
    
    ['Knowledge', null, null,
        ['Template Documents', 'sampledocs.htm'],
        ['Legal Updates', 'inview.htm'],
        ['Focus On...archive', 'focus.htm'],
        ['Links', 'links.htm'],
        ],
    
    
    ['CSR', 'csr.htm',
        ['CSR', ''],

        ],
    
    
    ['Recruitment', 'recruit.htm',
    ],
    

    ['Contact Us', 'contact.htm',
    ],
    
    
    

];

