Stop calling it "the Maroon Music Bar". It's not even maroon. Just say music navigation bar, or music navbar. I don't think you can move it since it uses an ID as opposed to a class. You can hide it though, using this code:
CODE
<style>
.navbar, .subnavItems {display: none!important;}
</style>