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

