Hey all,
Man, what a vexxing problem! But thanks to this post, and a little more css-brewed patience, I finally got it.
This seems to work:
#nav a:link, #nav a:active, #nav a:hover{
/*NOTE: no color specification */
text-decoration:none;
}
#nav a:hover{
color:#D90000;
}
.page_item a{
color:#333333;
}
.current_page_item a{
color: #D90000;
}
I have had to hack this one many times on a couple sites, but hack no more will I!!!
Cheers,
pf