Hi Stephen.
You need to apply the background color to the button that is part of the select div structure. You need to have something like this.
.ui-select > .ui-btn{
background: red !important;
}
Another point I noticed in the above code that you have, you have applied background color to the options and not the select.
Hope this helps!