No one was able to answer widget's question:

I've got a page at http://www.lifeseeds.org/temp/ that I'm trying to build out with additional pages. I'm having trouble making a "permanent hover state" on the nav items across the top and down the left, so that if you click on "pricing," for instance you get to a page where that pricing link now displays in the hover state for this UL items. I surrounded the LI with a

[bracket]style="background: #458023 url(../images/readmore_over.gif) 97% center no-repeat; color: #FFF;"[bracket]

which is the style for hovered links in the left nav, and the background property works (stays even when not hovered on) but the color property has no impact on the text color. Any ideas?

This is widget's first question.