i have this code for my drop down menu: does anyone know how to change the highlight color when you are making a choice, or the blue arrow? i can't seem to figure out how to do that with .css.....thanks.
<center>
<form action="dummy" method="post">
<select name="choice" size="1">
<option value="" class="input">Search for...</option>
<option value="bandSearch.php" class="input">Bands</option>
<option value="promoSearch.php" class="input">Promoters</option>
<option value="venueSearch.php" class="input">Venues</option></select>
<input TYPE="button" class="button" VALUE="Search"
onClick="jump(this.form)">
</form>
</center>