/* menu com a posicao inicial */
div#menu { display: block; position: absolute; top: 30px; left: 0; width: 100%; height: 50px; background: transparent url(../../../../../src/img/bg/banner_top.png) repeat; }
    div#menu a:first-child { margin: 0 0 0 175px; }
    div#menu a { color: #ffffff; line-height: 50px; padding: 0 20px; font-size: 14px; float: left; font-weight: bold; text-decoration: none; text-shadow: 0 0 3px #000000; }
    div#menu a:hover { text-decoration: underline; }