JWAIT,
Thank you so much for your help I managed to get it to work using the following code
Code:
{capture name=menu}
<ul>
<li{interline name=categories}><a href="http://www.robertsonpackaging.com.previewdns.com/Bakery/}" title="Bakery Supplies">Bakery Supplies</a></li>
</ul>
{assign var="additional_class" value="menu-categories-list"}
{/capture}
{include file="customer/menu_dialog.tpl" title="Popular Categories" content=$smarty.capture.menu}
I don't know how difficult it would be to use this with the flyout module as it looks different from the other categories but it works for now which is great.
Do you know if there is a way of hiding categories in the main category list so they don't show up in the section below? like an exclude option or something like that?
I really appreciate your help with this mate, you make it look so easy
Thanks
D-A