.ebul_cbmenugeral, .ebul_cbmenugeral ul {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 2px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbmenugeral_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbmenugeral table {
  border-collapse: separate;
}

.ebul_cbmenugeral tr {
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbmenugeral td {
  border: 1px solid #FFFFFF;
  padding: 2px;
  text-align: left;
}

.ebul_cbmenugeral td a {
  color: #000000;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbmenugeral tr.hot, .ebul_cbmenugeral tr.expanded {
  background-color: #F0F0F0;
}

.ebul_cbmenugeral tr.hot td, .ebul_cbmenugeral tr.expanded td {
  border-color: #FFFFFF;
}
.ebul_cbmenugeral tr.hot a, .ebul_cbmenugeral tr.expanded a {
  color: #333333;
  font-family: "Tahoma", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbmenugeral {
  position: absolute;
  visibility: hidden;
}

