Can jQuery retain the original color of a selected dropdown item?

Can jQuery retain the original color of a selected dropdown item?

My <select> ...<option> sequence displays a dropdown list of items and each item happens to have its own background color.  However, when one of the items is selected the background turns to a standard blue.  Can I use jQuery to either avoid this color change or restore the original color.
Thanks