Thank you for using our template, the color changes you did looks cool.
To add more link in the header bar menu, edit this file: /includes/templates/template333/common/tpl_drop_menu.php
go to around line 117-119 and find these:
Code:
<li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<?php } ?>
ADD AFTER the line above:
Code:
<li><a href="http://wwrepair.com">Services</a></li>
The new line above should be before the tag Thats should do it.