Fiddle: http://jsfiddle.net/bHRVe/
A sprite is being used for the arrow. The background position is fine in Firefox and IE8:

However, the RTL direction seems to be throwing off IE9, the arrow is no longer there:

If I change the positioning from left -52px to right -52px, then it displays correctly in IE9 but breaks in other browsers.
Is there any way to fix this using the same CSS? (without conditionals or hacks)


