Thanks for getting back to me so quickly!
Try to change this in block.tpl.php
elseif ($block->module == 'user' and $block->delta == '1') { ?> to:
elseif (($block->module == 'user' and $block->delta == '1') || $block->module = 'menu') { ?>
I replaced that with exactly what you put, refreshed the page, and now all I get is a blank page.
- jody