I wonder if someone can help me here? It should be quite simple buy I'm really quite limited when it comes to this type of thing. We are www.silkblooms.co.uk and I'm keen to change our customer gallery into archived pages as it's getting really, really long on one page. At the moment we have this:

But I want to have this:

Here is an extract of the code that's used for this section of the menu from tpl_drop_menu.php
PHP Code:
<ul class="level1">
<li class="submenu"><a href="http://www.silkblooms.co.uk"><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
<li class="submenu"><a>Testimonials</a>
<ul class="level2">
<li><a href="index.php?main_page=testimonials">Submit Your Own</a></li>
<li><a href="index.php?main_page=customer_gallery">Customer Gallery</a></li>
<li><a href="index.php?main_page=reviews&perPage=0">Recent Reviews</a></li>
<li><a target="_blank" href="http://www.facebook.com/pages/Silk-Blooms/107457089346290?sk=wall">Facebook Reviews</a></li>
</ul>
</li>
Can anyone help me to add the extra links which will fly out from the side of the customer gallery when you hover over it?
Bookmarks