Ok, I got it. A bit of a cheat but it worked. In the tpl_drop_menu.php I changes the CATEGORIES link to this:
Code:
<li class="submenu"><a class="productfinder" href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><font color="#ff0000"><?php echo 'Products'; ?></a></font>
<?php
This changed the font color to #ff0000, replaces "Categories" with "Products" and allows me to style the link backgroud etc. if I want with the class="productfinder".
Thank you for the support here.
Bookmarks