You might have experienced that you cant style a HTML Select option as you needed. This plugin will help you to make your drop down to look as you like. It uses CSS styling, Images can do a lot, so setting up a DIV and a background and hiding your select box is the logic here. This is the second release of the plugin and it works perfectly on all the browsers including IE.
Demo
do some change on the opposit select box.
How to use
This is the little snippet of code which is used to make the bulk uploader on this webpage. This might be useful for you.
.selectholder ul li:hover{
background:#0CF;
color:#FFF;
}
If you have linked the jQuery library and the jquery.selectdecorator.js to your HTML properly and you have added the two snippets of code properly then you will end up with styling your select fields.