need help setting z-index for the autocomplete "menu"

need help setting z-index for the autocomplete "menu"

I've got the autocomplete widget working EXCEPT it shows up behind my modal dialog!

I've tried adding a z-index to my css file for the following classes with no effect:

.ui-autocomplete

.ui-menu

.ui-menu .ui-menu

.ui-menu .ui-menu-item

my dialog's z-index is set at 9001 and I'm trying to set the auto-complete z-index to 9050.

What do I need to do to get this thing to show above my dialog?