perfect! thank you... here is what I used... I made a couple modifications to fit my site...
Code:
A.category-top, A.category-top:visited {
color: #933;
text-decoration: none;
}
A.category-links, A.category-links:visited {
color: #933;
text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
color: #933;
text-decoration: none;
}
A.category-subs:hover, A.category-products:hover, A.category-subs:hover, A.category-products:hover {
color: #333;
text-decoration: underline;
}
SPAN.category-subs-parent {
color:#000;
}
SPAN.category-subs-selected {
color:#000;
}
I didn't actually use bold, since it made some of my lines wrap.. but I changed a different color than the other two states, so it stands out better...
Thank you again!