I did create a class "HeadRightBox" here is the class:
Code:
.HeadRightBox {
VERTICAL-ALIGN: top;
TEXT-ALIGN: right;
COLOR: #FFFFFF;
A:link
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 had been trying the class before each link and now I have tried the class after each link. I have tried it at the begining of the top_head.tpl file and I have tried it before and just inside of the table. I do not have any class in the skin1.css file that makes the text red on hover so I have no idea what it is calling. So I guess my class is messed up some how.