/* menu com a posicao inicial */
div#menu { position: absolute; bottom: 0; left: 0; width: 100%; height: 85px; background: transparent url(../../../../src/img/bg/bg_menu.png) repeat-x; }
    div#menu div.cmenu { position: relative; width: 1000px; height: 85px; margin: 0 auto; }

        div#menu div.cmenu a { display: block; font-size: 18px; float: left; width: 138px; height: 85px; margin: 0; padding: 0; color: #ffffff; line-height: 85px; text-decoration: none; text-align: center; border-left: 1px solid #ced2d3; }
        div#menu div.cmenu a:hover { background: transparent url(../../../../src/img/bg/bg_menu_hover.png) repeat; }
		div#menu div.cmenu a:first-child { margin: 0 0 0 13px; }
        div#menu div.cmenu a:last-child { border-right: 1px solid #ced2d3; }
        div#menu div.cmenu a.selected { background: transparent url(../../../../src/img/bg/bg_menu_hover.png) repeat; }