Autocomplete list is getting center-aligned in IE

The autocomplete list is getting center-aligned in IE, i.e., the list members are being displayed with center alignment.

But they are fine in Chrome and Firefox (i.e., being left aligned).

Is this IE issue, or some CSS styling in yii that does not apply to IE?

IE version being used: IE 8, 64-bit

You might find this useful:

Thx for the info.

I hv just added:

text-align: left

in .ui-autocomplete class, and checked. It is working in IE 8 and Chrome atleast.