OK.
I've lost my mind now. 
the catagories weight is back, the size is back, but the hover doesnt work.
Also, the links under the catagories are wacked out. Hover has the large text and the regular link has the small nonbold text.
Here is a link: http://www.spittinimagesonline.com/storefront/
here is what I have nowin the CSS:
Code:
/* categories box parent and child categories */
A.category-top, a:visited, A.category-top:a:visited { color: red; font-size: 9pt; font-weight: bold; text-decoration: none }
A.category-top, a:hover, A.category-top:a:hover { color: #00008b; font-size: 9pt; font-weight: bold; text-decoration: none }
A.category-subs, a:visited, A.category-products, a:visited, A.category-subs:visited, a:visited, A.category-products:a:visited { color: #09f; font-weight: bold; text-decoration: none; }