I have a couple of questions about the list of links that I've made.

Right now I have a pretty good start, but I'm having a couple of problems with where I stand. My main problem is that my list of links show perfect, but the links don't work. Here is the html of how I have them listed:
--------------------------------------------------
<select style="BACKGROUND-COLOR: #ffffff; FONT-FAMILY: 'Times New Roman'; COLOR: #005695; FONT-SIZE: 10pt" onchange="Renewing Products=window.open('','Blue Products');blue Products.location=this.options[this.selectedIndex].value;">
<option>Blue Products</option>
<option value="http://www.store.com/MyCart/ProductDetails/389/blue1.aspx">Blue #1</option>
<option value="http://www.store.com/MyCart/ProductDetails/390/blue2.aspx">Blue #2</option>
</select>
--------------------------------------------------
Why don't the links work?

After I do get them to work correctly, I have a couple of things that I would like to change/add.

First, how can I have multiple colors for different links? One link red, the next link green, the next link yellow... Our categories are colored and each product listed should be listed in that color. Right now, I've only put up the blue. How can I add red and green links without making another drop down menu?

Last, how can you indent the links? I would like to have the category titles normal and in the category color. Then have all of the products in that category the same color and indented under the title. Once all of the products in that category have been listed, start the next category with the title, not indented and a different color, and then the products indented below the title. Below is an example of what I mean.

<option>Products</option>
Blue
___Blue #1
___Blue #2
Yellow
___Yellow #1
___Yellow #2
Green
___Green #1
___Green #2

(*note: No lines. Only indented under the category.)

Does any of this make any since or am I just confusing you trying to explain?


Thanks for any help,
mr19th