.ebul_cbindex, .ebul_cbindex ul {
  background-color: #006699; /*generates the border around the dropdowns */
  border: 0px solid #646464;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 2px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbindex_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbindex table {
  border-collapse: separate;
}

.ebul_cbindex tr {
  /*background-color: #006699;*/ /* color of background of dropdown items */
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbindex td {
  border: 1px solid #3196CE; /* border inbetween dropdown items */
  border-bottom: 1px solid #3196CE;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  padding: 3px;
  text-align: left;
}

.ebul_cbindex td a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; /* size of font in text in dropdown */
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.ebul_cbindex tr.hot, .ebul_cbindex tr.expanded { 
  /* background-color: #F0F0F0; */ /* color of the hovering over the drop down */
}

.ebul_cbindex tr.hot td, .ebul_cbindex tr.expanded td {
  /*border-color: #8C8C8C;*/
}
.ebul_cbindex tr.hot a, .ebul_cbindex tr.expanded a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; /* size of drop down text when you hover over it */
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

ul.ebul_cbindex {
  position: absolute;
  visibility: hidden;
}                               

.cbindexebul_menulist .spaced_li {
  padding: 0px 1px 0px 0px;
}

.cbindexebul_menulist li {
  list-style-type: none;
  float: left;
}

.cbindexebul_menulist img {
  vertical-align: bottom;
  
}

.cbindexebul_menulist {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

