Quote Originally Posted by Mickmo68 View Post
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.
I'd pick another color than red for your Products link. It doesn't work well with the blue background, to my eyes anyway.