Ok, I replaced my quotes mod with the Facebook like send. Got it working pretty good. Here's what I did in the templates/base/_sub_header.html
<bx_include_auto:_header.html />
<bx_injection:banner_left />
<bx_injection:banner_right />
__extra_top_menu__
<div class="sys_main_logo">
<div class="sys_ml" style="width:__main_div_width__;">
<table border="0" width="100%">
<tr>
<td>
<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=XXXXXXXXXXXXXXXX";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</td>
<td>
<div class="fb-like" data-href="https://www.facebook.com/pages/TowNationcom/100746386634009?ref=ts&fref=ts" data-send="true" data-width="450" data-show-faces="true" data-font="verdana"></div></tr>
</table>
</div>
</div>
How can I change this so the popup box created when you click the 'send' button doesn't end up under the menu?