I am having the same issue. I attempted to edit this .css page with the following changes, but did not work. Could someone help me in directing me to the correct place to update this to match the category list.
Code:
.VertMenuItems{
COLOR: #330000; FONT-SIZE: 12px;
}
.VertMenuItems:link {
COLOR: #330000; FONT-SIZE: 12px;
}
.VertMenuItems:visited {
COLOR: #330000; FONT-SIZE: 12px;
}
.VertMenuItems:hover {
COLOR: #550000; FONT-SIZE: 12px;
}
.VertMenuItems:active {
COLOR: #330000; FONT-SIZE: 12px;
}