#panel {
  height: 140px;

  display: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-decoration: none;
  padding-top: 10px;
  width: 650px;
  float: left;
  padding-left: 20px;
  background-image: url(/imgs/internas/realmud_bg_menu_fundo_1.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#estrutura #panel li {
  float: left;
  width:210px;
  height: 20px;
  margin-bottom: 3px;
}
#estrutura #panel li a {
  font-weight: bold;
  color: #757262;
  text-decoration: none;
  height: 20px;
  width: 200px;
  padding-top: 5px;
  padding-left: 10px;
  display: block;
}

#estrutura #panel li a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background-image: url(/imgs/internas/realmud_bg_menu_1.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#estrutura #panel li.next_milestone a {
  color: #DDDDDD;
}

