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