Why are my numbered lists changing formats?
We upgraded from RH7 to RH9. Now all the numbered lists in drop-downs are messed up. For example, the look fine in the WYSIWYG view:

But when generated, this is the result:

The CSS reads as follows:
LI.P-DropDownTextSteps {
font-size: 8pt;
font-family: Arial, sans-serif;
list-style-type: lower-alpha;
color: #af2305;
}
In some cases, even the sans-serif font changes to a serif font and the size of the numbers changes. I have tried everything I can think of. I have spent countless hours and am really baffled.
