/* Menu  */
#menu { position: absolute; width: 620px; min-height: 60px; bottom: 7px; left: 278px;}
#menu li { float: left; position: absolute; }
#menu li a { display: block; position: absolute; }
#menu li a span { display: none; }

#menu li.home-nav { background: url(../_img/bt/home.png) no-repeat; width: 144px; height: 41px; top: 0; left: 0; }
#menu li.home-nav:hover { background-position: 0 -41px; }
#menu li.home-nav.selected { background-position: 0 -41px; }
#menu li.home-nav a { width: 44px; height: 18px; top: 12px; left: 24px; }

#menu li.quemsomos-nav { background: url(../_img/bt/quemsomos.png) no-repeat; width: 156px; height: 50px; top: -6px; left: 74px; z-index: 2 }
#menu li.quemsomos-nav:hover { background-position: 0 -48px; }
#menu li.quemsomos-nav.selected { background-position: 0 -48px; }
#menu li.quemsomos-nav a { width: 85px; height: 18px; top: 18px; left: 42px; }

#menu li.temas-nav { background: url(../_img/bt/temas.png) no-repeat; width: 144px; height: 42px; top: 0px; left: 200px; z-index: 1; }
#menu li.temas-nav:hover { background-position: 0 -42px; }
#menu li.temas-nav.selected { background-position: 0 -42px; }
#menu li.temas-nav a { width: 50px; height: 18px; top: 12px; left: 35px; }

#menu li.ppv-nav { background: url(../_img/bt/pra-viagem.png) no-repeat; width: 130px; height: 50px; top: 0px; left: 295px; z-index:2 }
#menu li.ppv-nav:hover { background-position: 0 -50px; }
#menu li.ppv-nav.selected { background-position: 0 -50px; }
#menu li.ppv-nav a { width: 102px; height: 80px; top: 0; left: 0;}

#menu li.orcamento-nav { background: url(../_img/bt/orcamentos.png) no-repeat; width: 132px; height: 50px; top: -7px; left: 403px; z-index: 1 }
#menu li.orcamento-nav:hover { background-position: 0 -48px; }
#menu li.orcamento-nav.selected { background-position: 0 -48px; }
#menu li.orcamento-nav a { width: 78px; height: 20px; top: 18px; left: 35px; }

#menu li.contato-nav { background: url(../_img/bt/contato.png) no-repeat; width: 140px; height: 43px; top: -3px; left: 474px; }
#menu li.contato-nav:hover { background-position: 0 -41px; }
#menu li.contato-nav.selected { background-position: 0 -41px; }
#menu li.contato-nav a { width: 61px; height: 18px; top: 16px; left: 58px; }
/* End: Menu  */

#nav-temas { width: 117px; float: left; }
#nav-temas h2 { font-family: "ArialNarrow", Verdana, Trebuchet MS; font-size: 21px; color: #40e0ec; margin: 40px 0 0 14px; }
#nav-temas ul { margin: 21px 0 0 5px; }
#nav-temas ul li { margin: 0 0 4px 0; position: relative; }
.msie #nav-temas ul li { margin: 0 0 6px 0; position: relative; }
#nav-temas .rounded { background:#703616; padding: 0 5px 5px 5px; white-space: nowrap; text-align: center; }
.msie #nav-temas .rounded { background:#703616; padding: 0 5px 5px 5px; white-space: nowrap; text-align: center; }
#nav-temas .rounded:hover { background:#ec3b6a; }
#nav-temas .rounded.selected { background:#ec3b6a; }
#nav-temas .rounded a { color: #fff; font-family: "ArialNarrow", Arial, Trebuchet MS; font-size: 11px!important; text-decoration: none; letter-spacing:0; text-align: center; }
#nav-temas .rounded.no-link { background:#703616; }
#nav-temas .rounded.azul { background:#00a2ab; }
#nav-temas .rounded.no-link a { cursor: default; }
#nav-temas .em-breve { background: url(../_img/ico/em-breve.png) no-repeat; width: 25px; height: 27px; position: absolute; top: -3px; left: 40px; }