.treemenu {
  width: 100%;
  height: 15px;
  border-left: 1px solid #767676;
}

.treemenu td {
  text-align: center;
  border-right: 1px solid #767676;
}

.treemenu td a {
  color: #767676 !important;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.treemenu td a:hover {
  color: #E4E4E4 !important;
  text-decoration: none;
}

.treemenu td .submenu_div {
  position: absolute;
  left: 0px;
  top: 0px;
}

.treemenu td ul {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border: 1px solid #767676;
  background-color: #000000;
}

.treemenu td ul li, .treemenu td ul li.first {
  float: none;
  height: auto;
  margin: 0px;
  border-bottom: 1px solid #000000;
  text-align: left;
}

.treemenu td ul li a,
.treemenu td.selected ul li a {
  display: block;
  padding: 3px 15px 3px 10px;
  text-decoration: none;
  color: #767676 !important;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}

.treemenu td ul li a:hover {
  color: #E4E4E4 !important;
}

.submenu_footer {
  display: none;
}

.submenu_footer div {
  display: none;
}

