.tabs-gray-white-gradient-50px {
  background: url(/img/tabs_gray_white_gradient_50px.gif) bottom left repeat-x;
  height: 50px;
  margin: 0px;
}

.tabs-gray-white-gradient-50px li {
  display: inline;
  float: left;
  background: url(/img/tabs_gray_white_gradient_50px.gif) top right no-repeat;
  padding: 0px 13px 0px 0px;
  margin-left: 5px;
}

.tabs-gray-white-gradient-50px li a,
.tabs-gray-white-gradient-50px li a:link,
.tabs-gray-white-gradient-50px li a:visited,
.tabs-gray-white-gradient-50px li a:hover,
.tabs-gray-white-gradient-50px li a:active {
  outline: none;
  display: block;
  float: left;
  height: 43px;
  _width: 1px;

  white-space: nowrap;
  padding: 7px 0px 0px 13px;
  background: url(/img/tabs_gray_white_gradient_50px.gif) top left no-repeat;
  font: 26px/140% arial;
  text-decoration: none;
  color: #888;
}

.tabs-gray-white-gradient-50px li.active a,
.tabs-gray-white-gradient-50px li.active a:link,
.tabs-gray-white-gradient-50px li.active a:visited,
.tabs-gray-white-gradient-50px li.active a:hover,
.tabs-gray-white-gradient-50px li.active a:active {
  color: #333;
  background-position: center left;
}

.tabs-gray-white-gradient-50px li.active {
  background-position: center right;
}

