Edit - templates/base/_sub_header.html
find this peace of code:
<div class="sys_main_logo">
<div class="sys_ml" style="width:__main_div_width__;">
<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>
</div>
<bx_injection:banner_top />
</div>
and replace it with this:
<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>
</td>
<td>
<bx_injection:banner_top />
</td>
</tr>
</table>
</div>
</div>
And don't forget to uninstall Quotes module!
Now this is a Top Banner position and you can manage it through Admin panel/Tools/Banners enjoy and don't forget to vote!