Hi this is what i did as i have a header search like you, place this code where you search form is, this should work for you
Remove the [/url] before </form bit auto added by WYSISWYG
<!-- search //-->
copy and paste code here from suggest.php
<?php echo tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . '<div id="content" onclick="hideSuggestions();"><div id="ie_fix">' . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="10" id="keyword" maxlength="30" onkeyup = "handleKeyUp(event)" style="width: 100%"') .'</div>'.'<div id="scroll"><div id="suggest"></div></div></div>' . tep_hide_session_id() . '</a></form>'; ?>
<script language="JavaScript" type="text/javascript">
init();
</script>
<!-- EOF search //-->