body,td,th {
	color: #FFF;
}
body {
	background-color: #333;
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #FF0;
}
h1 {
	color: #FFF;
}
h2 {
	color: #FFF;
}
h3 {
	color: #FFF;
}
h4 {
	color: #FFF;
}
h5 {
	color: #FFF;
}
h6 {
	color: #FFF;
}
.ebul_cbmenu, .ebul_cbmenu ul {
  background-color: #000000;
  border: 0px solid #000000;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 0px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbmenu_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbmenu table {
  border-collapse: separate;
}

.ebul_cbmenu tr {
  background-color: #000000;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbmenu td {
  border: 0px solid #000000;
  padding: 5px;
  text-align: left;
}

.ebul_cbmenu td a {
  color: #FFFFFF;
  font-family: "Verdana", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbmenu tr.hot, .ebul_cbmenu tr.expanded {
  background-color: #0099FF;
}

.ebul_cbmenu tr.hot td, .ebul_cbmenu tr.expanded td {
  border-color: #0099FF;
}
.ebul_cbmenu tr.hot a, .ebul_cbmenu tr.expanded a {
  color: #FFFFFF;
  font-family: "Verdana", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbmenu {
  position: absolute;
  visibility: hidden;
}


