No te compliques sólo por ello, bien puedes simular también esa "flechita":
Código HTML:
select {
-webkit-appearance: button;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-image: url(flechita.png);
background-position: center right;
background-repeat: no-repeat;
}
Espero te sirva.
Buena suerte.