Here\'s my HTML:
Product1 : Electronics Product2
You can style the option elements to some extent.
Using the * CSS tag you can style the options inside the box that is drawn by the system.
Example:
#ddlProducts * { border-radius:15px; background-color:red; }
That will look like this: