Hi Cristen,
Somewhere in your theme there be a wp_list_pages() function (probably in sidebar.php). You will need to remove that to get rid of the list of pages in your theme. If you have any trouble, you will need to contact the designer of the theme for more help.
Try removing the surrounding UL and DIV tags around the suckerfish() function. That may fix your border problem.
[code:122vvif1]
<div id="menu">`
<ul>
<?php suckerfish(); ?>
</ul>
</div>
[/code:122vvif1]