/* Posiciona as listas (UL) */
#menu {
  position: absolute;
  top: 187px;
  left: 45px;
}

#submenu-a-escola {
  position: absolute;
  top: 218px;
  left: 304px;
  z-index: 15;
  visibility: hidden;
}

#menu-a-escola {
  position: relative;
  top: -34px;
  left: 88px;
  width: 690px;
  height: 24px;
  display: block;
}

/* Título sobre o menu */
#menu-tit {
  position: absolute;
  top: 141px;
  left: 322px;
}

/* Controle dos botões principais */
#bt-home {
  background: url(../img/menu/home.gif) no-repeat;
  width: 91px;
  height: 32px;
  float: left;
}

#bt-home a {
  width: 91px;
  height: 32px;
  display: block;
  text-indent: -5000px;
}

#bt-logo {
  width: 168px;
  height: 32px;
  display: block;
  float: left;
}

#bt-a-escola {
  width: 99px;
  height: 32px;
  float: left;
}

#bt-cursos {
  width: 101px;
  height: 32px;
  float: left;
}

#bt-cursos a {
  background: url(../img/menu/cursos.gif) no-repeat;
  background-position: left;
  width: 101px;
  height: 32px;
  display: block;
  text-indent: -5000px;
}

#bt-cursos a:hover {
  background-position: right;
}

#bt-galeria-de-fotos {
  width: 102px;
  height: 32px;
  float: left;
}

#bt-galeria-de-fotos a {
  background: url(../img/menu/galeria-de-fotos.gif) no-repeat;
  background-position: left;
  width: 102px;
  height: 32px;
  display: block;
  text-indent: -5000px;
}

#bt-galeria-de-fotos a:hover {
  background-position: right;
}

#bt-agenda {
  width: 74px;
  height: 32px;
  float: left;
}

#bt-agenda a {
  background: url(../img/menu/agenda.gif) no-repeat;
  background-position: left;
  width: 74px;
  height: 32px;
  display: block;
  text-indent: -5000px;
}

#bt-agenda a:hover {
  background-position: right;
}

#bt-contato {
  width: 87px;
  height: 32px;
  float: left;
}

#bt-contato a {
  background: url(../img/menu/contato.gif) no-repeat;
  background-position: left;
  width: 87px;
  height: 32px;
  display: block;
  text-indent: -5000px;
}

#bt-contato a:hover {
  background-position: right;
}
/* Fim: Controle dos botões principais */

/* Submenus */
/* A Escola */
li.bt-a-escola {
  width: 110px;
  height: 20px;
  display: block;
}

#historia {
  background: url(../img/menu/submenu/historia.gif) no-repeat;
  background-position: top;
  width: 110px;
  height: 20px;
  display: block;
  text-indent: -5000px;
}

#historia:hover {
  background-position: bottom;
}

#instalacoes {
  background: url(../img/menu/submenu/instalacoes.gif) no-repeat;
  background-position: top;
  width: 110px;
  height: 20px;
  display: block;
  text-indent: -5000px;
}

#instalacoes:hover {
  background-position: bottom;
}

#equipe {
  background: url(../img/menu/submenu/equipe.gif) no-repeat;
  background-position: top;
  width: 110px;
  height: 20px;
  display: block;
  text-indent: -5000px;
}

#equipe:hover {
  background-position: bottom;
}

#localizacao {
  background: url(../img/menu/submenu/localizacao.gif) no-repeat;
  background-position: top;
  width: 110px;
  height: 20px;
  display: block;
  text-indent: -5000px;
}

#localizacao:hover {
  background-position: bottom;
}

#horarios {
  background: url(../img/menu/submenu/horarios.gif) no-repeat;
  background-position: top;
  width: 110px;
  height: 20px;
  display: block;
  text-indent: -5000px;
}

#horarios:hover {
  background-position: bottom;
}

#depoimentos {
  background: url(../img/menu/submenu/depoimentos.gif) no-repeat;
  background-position: top;
  width: 110px;
  height: 20px;
  display: block;
  text-indent: -5000px;
}

#depoimentos:hover {
  background-position: bottom;
}
/* Fim: Submenus */

/* Menu secundário - A Escola */
li.bt-sec-a-escola {
  width: 95px;
  height: 20px;
  display: inline;
}

a.bt-sec {
  background: url(../img/menu/bt-sec.gif) no-repeat;
  background-position: top left;
  height: 20px;
  display: block;
  float: left;
  padding-left: 18px;
  color: #50b61b;
  font-weight: bold;
}

a.bt-sec:hover {
  background-position: bottom left;
  color: #0172ae;
}
