It is not possible because each browser and each device will interpret it differently as <select>
element
Only thing you can change is default bar text and background color before it is clicked. You can do it like this:
select.tinynav.tinynav1 {
background: #111;
color: #FFF !important;
}