Try this:
Code:
<select size="1" class="links">
<option selected>-] Choose Destination [-</option>
<option>-» About Us</option>
<option>-» News</option>
<option>-» Hosting Options</option>
<option>-» Support Forum</option>
<option>-» Support HelpDesk</option>
<option>-» Email Support</option>
<option>-» FAQ</option>
<option>-» Contact Us</option>
</select>
And for the CSS styles use this:
Code:
<style>
.links {
background-color: #2E3643;
border-color: black;
border-width: 1;
color: #727A87;
font-family: verdana;
font-weight: bold;
}
</style>
See you around the forums!
Bookmarks