You use a pseudo select like this:
select::-ms-expand {
color: #ff0000;
}
Obviously this would change the color of every select control. You could scope this to be a particular class or ID by using the '.' or '#" selectors respectively.
-Jeff
Jeff Sanders (MSFT)