Thank You Clyde! I appreciate your help. I think I have #1 fixed now and will work on my other problem.

I have done what you suggest here: But it didn't fix the problem. Any other suggestions?

3. I forgot to ask why my tan colored navigation under my buttons shows up in IE and not in FF?

You are apparently missing the background image in this declaration in the stylesheet.css
Try adding the highlighted portion

#navMainWrapper {
margin: 0 auto;
background: url(../images/navbar.gif) repeat-x;
}


And now I have another question that I can't seem to fix as well.

When you click on this link: http://www.baysdesigns.com/index.php...index&cPath=14

You will see the title bar says httpxxxxxxxxxxxxxxx instead of Advertising. I have even set up a new category for that but I still get the same problem. Is there a way to fix that?

Thanks again!!