I have hunted around and have not found any methods to do what I would like. I would like to style the top level of a standard form drop down (selection) element.
I would like it to look like this:

Now I know I can style the border, text and graident with CSS but I am wondering if its easier to just make the drop down a static image?
Or is it even possible to style a drop down this way? I have never had any luck doing so.
EDIT: I found this tutorial HERE that is pretty close. But just want to see others opinions.
Thanks in advance!
Found my answer here, this is exactly what I want to accomplish and it uses CSS only which is a bonus:
http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/
Here is a live jsfiddle of it.
Thanks!