should be something, like this….
<li class="blogroll"><h2><?php _e('Blogroll:'); ?></h2>
<form action="" name="pulldown2">
<select name="mypulldown2" onchange="document.location=pulldown2.mypulldown2.options[selectedIndex].value">
<option value="">Select Blog</option>
<?php wp_get_links(); ?>
</select>
</form>
</li>