Sorry this is a really basic question using DW CS4 and spry menus, my menu has 4 options and each option has a submenu. Click on the option(using ie 8 to test before uploading to server) displays sub menu click on this and it goes to the relevant page OK, Click on any of the options on that sub menu or even the option to go back to the home page or another page it does not display the page ie 8 advises cannot display page. Some of the code in case this will help
<ul id="navlist" class="MenuBarVertical">
<li><a href="index1.html" class="title">Home</a></li>
<li class="MenuBarItemSubmenu"><a href="#" class="MenuBarItemSubmenu">About Us</a>
<ul>
<li><a href="../core_info/vc_contact.html">Contacting Us</a></li>
<li><a href="../core_info/vc_findus.html">How to Find Us</a></li>
<li><a href="../index1.html">The Staff</a></li>
<li><a href="vc_volunteers.html">Office Volunteers</a></li>
<li><a href="vc_facilities.html">Facilities</a></li>
<li><a href="vc_vacancies.html">Vacancies</a></li>
<li><a href="../funders/vc_funders.html">Funders/Donors</a></li>
</ul>