Thank you Kim
Your Google maps extension appears to be conflicting with the animated dropdown menu script of the template. As you don't appear to be using this script I have disabled it by removing the following from your templates scripts.php (../templates/j51_metropolis/php/scripts.php)...
<!-- Hornav Dropdown -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/dropdown.js" charset="utf-8"></script>
<script type="text/javascript" >
window.addEvent('domready', function() {
var myMenu = new MenuMatic();
});
</script>
All appears to be now working fine
Ciarán