I have everything on my stylesheet figured out and working except the sub categories. The links should be black and hover purple like my top categories and all my other side box content. Some sub categories are black and hover purple and some are purple and hover purple. Here is the pertinent code I have:
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
color: #000000;
text-decoration: none;
}
A.category-top, A.category-top:hover, #navcategoriesBoxContentTOC ul li {
color: #990099;
}
A.category-links, A.category-links:visited {
color: #000000;
text-decoration: none;
}
A.category-links, A.category-links:hover, #navcategoriesBoxContentTOC ul li {
color: #990099;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
color: #000000;
text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:hover, A.category-products:hover, #navcategoriesBoxContentTOC ul li {
color: #990099;
}
SPAN.category-subs-parent {
font-weight: bold;
}
SPAN.category-subs-selected {
font-weight: bold;
}
/* end categories box links */
Here is my URL:
http://chic-perfumefragrance.com
Anyone know what I did wrong here or where else on the stylesheet something may be confusing it??



