I think that i have the same problem with the CSS classes in the Store Module.
Have some changes made in the FontStyles.css but it is not what i expected to.
here my changes:
/* Module Store Menu */
/* Categories */
/* ========== */
.Store-CategoryMenu-Entity { font-size:10px; font-family:Verdana; }
.Store-CategoryMenu-Entity .Store-CategoryMenu-Item A {font-size:9px; font-family:Verdana;}
.Store-CategoryMenu-Entity A:active{}
.Store-CategoryMenu-Entity A.SelectedCategory{}
.Store-CategoryMenu-Item A.Store-CategoryMenu-ItemSelected{}
.Store-CategoryMenu-ItemSelected A:link,
.Store-CategoryMenu-ItemSelected A:active,
.Store-CategoryMenu-ItemSelected A:visited,
.Store-CategoryMenu-ItemSelected { font-size:10px; font-family:Verdana;color:#0d69b2; text-decoration:none; }
.Store-CategoryMenu-ItemSelected A.:hover {text-decoration:underline;}
.Store-CategoryMenu-Item A.:link, .Store-CategoryMenu-Item A.:active, .Store-CategoryMenu-Item A.:visited, .Store-CategoryMenu-Item {color:#0d69b2;text-decoration:none;font-size:10px; font-family:Verdana;}
.Store-CategoryMenu-Item A.:hover {text-decoration:underline;}
What i want to do is, that the Subitems for the Sub-Categories appears a litte bit smaler than in the core version.
if someone would like to see : http://www.coesfeld-test.de/Produkte/tabid/56/CategoryID/31/language/de-DE/Default.aspx
i hope that anyone can tell me how to change the core to get the result i expected like this:
Abriebprüfung (Verdana, X-Small)
Abriebtester (Verdana, XX-Small)
Reibungstester (Verdana, XX-Small, SelectedItem)
Greetings from Germany
Sascha