adjust ..
Code:
.CategoriesList {
FONT-SIZE: 12px;
}
set to
Code:
.CategoriesList {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}
just change the order of the font names to suit
or subcategories is handles by
Code:
.ItemsList {
COLOR: #330000; FONT-WEIGHT: bold;
}