you could try...
1) find the file includes/templates/YOURTEMPLATE/common/tpl_header.php
2) for just the search header itself, copy the line that reads as follows:
Code:
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
...and move it further down to wherever suits.
3) for the whole navbar, copy the code including and between the following lines
Code:
<!--bof-navigation display-->
...lots of code here...
<!--eof-navigation display-->
...and move it immediately after the following line in the same file:
<!--eof-branding display-->
you can move it anywhere, but do be careful : )
andrejs