body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* DADOS */
#menu #dados {
  background-color: #000000;
  width: 147px;
  height: 78px;
}
#menu #dados #links {
  float: left;
  width: 95px;
  _width: 107px;
  height: 71px;
  _height: 78px;
  padding-top: 5px;
  padding-left: 12px;
  border-top: 2px solid #A9A7A8;
}
#menu #dados #botoes {
  float: left;
  width: 40px;
  height: 76px;
  _height: 78px;
  padding-top: 2px;
  background-image: url('../img/back_dados_links.gif');
  background-repeat: no-repeat;
  background-position: right top;
}
#menu #dados #botoes img {
  margin-top: 5px;
}
#menu #dados #links a, #dados #botoes a {
  clear: both;
  color: #FBFF00;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 22px;
}
#menu #dados #links a:hover, #menu #dados #botoes a:hover {
  text-decoration: none;
}
/* BUSCA */
#menu #busca {
  background-image: url('../img/img_busca.jpg');
  background-repeat: repeat-x;
  width: 126px;
  _width: 147px;
  height: 35px;
  _height: 37px;
  color: #FBFF00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-right: 2px solid #A9A7A8;
  border-bottom: 2px solid #A9A7A8;
  padding-left: 12px;
  padding-right: 7px;
  margin-top: -10px;
  _margin-top: 0px;
}
#menu #busca input {
  width: 87px;
  height: 18px;
  font-size: 9px;
  font-weight: normal;
}
#menu #busca #campo {
  float: left;
  width: 70px;
}
#menu #busca img {
  float: right;
}
/* MENU PRINCIPAL */
#menu #menu_princ {
  width: 145px;
  _width: 147px;
  height: 76px;
  _height: 85px;
  background-image: url('../img/img_desta.jpg');
  background-repeat: no-repeat;
  border-right: 2px solid #A9A7A8;
  border-bottom: 2px solid #A9A7A8;
  padding-top: 9px;
}
/* MENU */
#menu ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #020100;
  list-style: none;
  width: 147px;
  margin-left: -40px;
  _margin-left: 0px;
  margin-top: 0px;
}
#menu ul li {
  background-color: #ABA7A6;
  background-image: url('../img/bullet.jpg');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 13px;
  border-bottom: 1px solid #848381;
  cursor: pointer;
  _width: 100%;
}
#menu ul li.hover {
  background-color: #FAA331;
  background-image: url('../img/bullet-over.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 13px;
  border-bottom: 1px solid #848381;
  cursor: pointer;
}
#menu ul li.destaque {
  background-color: #8A2A00;
  background-image: url('../img/bulletdestaque.gif');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 13px; padding-bottom: 3px; padding-top: 3px;
  border-bottom: 1px solid #848381;
  color: #FFF; font-weight: bold;
  cursor: pointer;
}
