
table.bottom-bar td {
  background-color: #62bb46;
}

table.bottom-bar td.menu {
  white-space: nowrap;
  width: 100%;
}

table.bottom-bar div.corner {
  background-color: #ffffff;
  background-repeat: no-repeat;
  border: 0;
  width: 5px;
  height: 5px; line-height: 0;
}

table.bottom-bar div.top-left {
  float: left;
  background-image: url("../imgs/page/green-bar-left.gif");
  background-position: top left;
}

table.bottom-bar div.bottom-left {
  float: left;
  background-image: url("../imgs/page/green-bar-left.gif");
  background-position: bottom left;
}

table.bottom-bar div.top-right {
  float: right;
  background-image: url("../imgs/page/green-bar-right.gif");
  background-position: top right;
}

table.bottom-bar div.bottom-right {
  float: right;
  background-image: url("../imgs/page/green-bar-right.gif");
  background-position: bottom right;
}

table.bottom-bar div.bottom-nav-left {
  position: absolute;
  color: #000;
  background-color: #62bb46;
  float: left;
  padding: 0 0 0 3px;
  height: 22px;
}

table.bottom-bar div.bottom-nav-left form {
  display: inline;
  padding-right: 2px;
}
  
table.bottom-bar div.bottom-nav-left ul, table.bottom-bar div.bottom-nav-left li, table.bottom-bar div.bottom-nav-left div {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

table.bottom-bar div.bottom-nav-left li, table.bottom-bar div.bottom-nav-left a {
  color: #000;
  text-decoration: none;
}

table.bottom-bar div.bottom-nav-right {
  position: relative;
  color: #000;
  background-color: #62bb46;
  float: right;
  padding: 0 3px 0 0;
  height: 22px;
}

table.bottom-bar div.bottom-nav-right form {
  display: inline;
  padding-right: 2px;
}
  
table.bottom-bar div.bottom-nav-right ul, table.bottom-bar div.bottom-nav-right li, table.bottom-bar div.bottom-nav-right div {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

table.bottom-bar div.bottom-nav-right li, table.bottom-bar div.bottom-nav-right a {
  color: #000;
  text-decoration: none;
}

table.bottom-bar div.bottom-nav-right li {
  padding-left: 7px;
  padding-right: 5px;
}

table.bottom-bar div.bottom-nav-right li.normal {
  border-right: 1px solid #000;
}

table.bottom-bar div.bottom-nav-right a:hover {
  text-decoration: underline;
}
