
var html = '<style type="text/css">';
html += 'div#bme { height: 69px; background: url(http://www2.musical-express.com.br/wp-content/themes/musicalexpress/imagens/barra-fundo.gif) repeat-x; text-align: center; }';
html += 'div#bme ul { display: block; width: 960px; height: 51px; padding: 0; margin: 0 auto; }';
html += 'div#bme ul li { display: block; float: left; list-style: none; height: 51px; overflow: hidden; }';
html += 'div#bme ul li a { display: block; float: left; height: 102px; text-indent: -9999px; overflow: hidden; background: url(http://www2.musical-express.com.br/wp-content/themes/musicalexpress/imagens/barra-menu.gif) no-repeat; }';
html += 'div#bme ul li a:hover { margin-top: -51px; }';
html += '</style>';
html += '<div id="bme">';
html += '<ul>';
html += '<li><a style="width:68px; background-position: 0px 0px" href="http://www.musicalnews.com.br" title="Musical Express" target="_self">Musical Express</a></li>';
html += '<li><a style="width:75px; background-position: -68px 0px" href="/daddario/" title="D&#39;Addario" target="_self">D&#39;Addario</a></li>';
html += '<li><a style="width:74px; background-position: -143px 0px" href="/evans/" title="Evans" target="_self">Evans</a></li>';
html += '<li><a style="width:74px; background-position: -217px 0px" href="/planetwaves/" title="Planet Waves" target="_self">Planet Waves</a></li>';
html += '<li><a style="width:75px; background-position: -291px 0px" href="/rico/" title="Rico" target="_self">Rico</a></li>';
html += '<li><a style="width:73px; background-position: -366px 0px" href="/bowed/" title="Bowed" target="_self">Bowed</a></li>';
html += '<li><a style="width:75px; background-position: -439px 0px" href="/hq/" title="HQ" target="_self">HQ</a></li>';
html += '<li><a style="width:73px; background-position: -514px 0px" href="/puresound/" title="Puresound" target="_self">Puresound</a></li>';
html += '<li><a style="width:74px; background-position: -587px 0px" href="/boss/" title="Boss" target="_self">Boss</a></li>';
html += '<li><a style="width:74px; background-position: -661px 0px" href="/gibraltar/" title="Gibraltar" target="_self">Gibraltar</a></li>';
html += '<li><a style="width:74px; background-position: -735px 0px" href="/promark" title="Promark" target="_self">Promark</a></li>';
html += '<li><a style="width:74px; background-position: -809px 0px" href="/yamaha/" title="Yamaha" target="_self">Yamaha</a></li>';
html += '<li><a style="width:77px; background-position: -883px 0px" href="/spirit/" title="Spirit" target="_self">Spirit</a></li>';
html += '</ul>';
html += '</div>';

document.write(html);

