Hi Lynne,
Thanks for your advice!
I found the main problem that was causing me grief:
ul.navigation {margin:0;padding:0;font-size:20px;cursor:default;margin:0px 0px 0 0;overflow:hidden;padding:9;border-bottom:1px solid #cccccc;font-style: italic;font-family:Arial Black;letter-spacing:-2px;}
ul.navigation li {float:left;list-style:none;}
ul.navigation li a {color:#CCCCCC;text-decoration:none;padding:7px 15px 7px 0px;display:block;}
The information in ul.navigation wasn't applying to the text, I had to add it to the ul.navigation li a line for it to work?
Oh well atleast it is working
Thanks.