I set the block region to "header" for a nice menu block. I'm using Garland theme. The menu appears above the site name and logo. How would I move the menu to the location on the page, which I prefer, above breadcrumb for example?

I tried to do it with introduction of the new region

page.tpl.php after line 67

 <?php if ($formenu): ?>
<!-- FORMENU -->
<div id="formenu" class="nofloat">
<?php print $formenu; ?>
</div> <!-- /formenu -->
<?php endif; ?> 

but it didn't work as it moved the other respective parts of the page as well, also it looks a bit heavy weight solution...