Here is my cleaned up top_menu:
Code:
<class="HeadRightBox">
<table border="0" width="100%" cellspacing="0" cellpadding="0" class="HeadRightBox">
<tr>
<td><class="HeadRightBox">
<a href="/" class="HeadRightBox">Home</a>
| <a href="http://www.kennedyhardware.com/help.php?section=contactus&mode=update" class="HeadRightBox">Contact Us</a>
| <a href="http://www.kennedyhardware.com/Pricing-amp-Shipping-sp-3.html" class="HeadRightBox">Pricing & Shipping</a>
| <a target="_blank" href="http://www.kennedyhardware.com/Pricelist.pdf" class="HeadRightBox">Current Pricelist</a>
| <a href="http://www.kennedyhardware.com/Order-Catalog-sp-6.html" class="HeadRightBox">Printed Catalog</a><br>
<a href="http://www.kennedyhardware.com/Hoosier-Cabinet-Book-sp-5.html" class="HeadRightBox">Hoosier Cabinets Book</a>
| <a href="http://www.kennedyhardware.com/Hoosier-Parts-sp-8.html" class="HeadRightBox">Hoosier Cabinet Parts</a>
| <a href="http://www.kennedyhardware.com/Hoosier-Cabinet-Plans-sp-9.html" class="HeadRightBox">Hoosier Cabinet Plans</a> <br>
<a href="http://www.kennedyhardware.com/Wholesale-Package-sp-7.html" class="HeadRightBox">Wholesale Package</a>
| <a href="http://www.kennedyhardware.com/Monthly-Special-sp-11.html" class="HeadRightBox">Monthly Specials</a>
</td></tr>
</table>
and now the class in skin1.css
Code:
.HeadRightBox {
VERTICAL-ALIGN: MIDDLE;
TEXT-ALIGN: right;
COLOR: #FFFFFF;
A:link
TEXT-COLOR: #FFFFFF;
TEXT-DECORATION: none;
A:visited
COLOR: #FFFFFF;
TEXT-DECORATION: none;
A:hover
COLOR: #FFFFFF;
TEXT-DECORATION: underline;
A:active
COLOR: #FFFFFF;
TEXT-DECORATION: none;
BACKGROUND-IMAGE: http://www.kennedyhardware.com/skin1/images/headback.jpg
}
I just dont understand why it is not picking up the link portion of the class because it is picking up the alignment portion.