Hi again it's regarding the category headings that are hypertext links which appear below the logo. I don't know what they're called for easy reference. Partly that is my problem because maybe I'm missing something in my searches. More specifically though I set the color of them to white like this.

Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	height: 1%;
	width: 100%;
	}

Now though they won't turn any other color. I can change the background-color no problem but it appears something is overriding the instruction for the hypertext. I think this may perhaps have something to do with my having taken the header wrapper outside of the main wrapper but I don't know for certain.

My store is here if anybody has any ideas or educated guesses about what is going on. Cheers.