On Select open url

On Select open url

I have a drop down list that is being created from a UL list.  The ul list looks like this:

  1. <ul id="quick-links>
  2.    <li><a href="http://www.test.com/" target="_blank">Test 1</a></li>
  3.    <li><a href="http://www.test.com/">Test 2</a></li>
  4.    <li><a href="http://www.test.com/">Test 3</a></li>
  5.    <li><a href="http://www.test.com/">Test 4</a></li>
  6. </ul>

I'm using Foundation as my base and that's what changes the list into a drop down box.  I'm trying to figure out how to code it tow where when an item is selected in the list, it is redirected to the appropriate link and uses the correct target.