Ok, you will have to play around with it a little bit to make it work but it will. Logically, that menu should be inserted in the code block that displays the header image. Can you make the two images that are called available? I can try to test it to tell you which one.
Here is an alternative way to generate the menu items using <div> tags:
HTML Code:
<div align="center">
<span class="spacer"><a href="" target="_blank">Link For Sale</a></span>
<span class="spacer"><a href="" target="_blank">Link For Sale</a></span>
<span class="spacer"><a href="" target="_blank">Link For Sale</a></span>
</div>
I think you have a lot more control over where you place this block on the page than using tables.