#tab_menu {
  background-color: transparent;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center bottom;
  font-family: verdana;
  font-weight: inherit;
  font-size: 12px;
  margin-bottom: 32px;
  padding-top: 0px;
}
#tab_menu ul {
  margin: 0;
  padding: 10px 10px 0 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#tab_menu li {
  margin: 0;
  padding: 0;
  display: inline;
}
#tab_menu a {
  margin: 0 0 0 1pt;
  padding: 0 1pt 0 5px;
  background: transparent url(../img/tab_sn.gif) no-repeat scroll left top;
  border-bottom-width: 1px;
  border-bottom-color: #cc9933;
  float: left;
  text-decoration: none;
}
#tab_menu a span {
  padding: 5px 10px 5px 5px;
  background: transparent url(../img/tab_dx.gif) no-repeat scroll right top;
  float: left;
  display: block;
  font-weight: inherit;
  color: #003300;
  z-index: 10;
}
#tab_menu a span {
  float: none;
}
#tab_menu a:hover span {
  color: #333333;
}
#tab_menu #current a {
  border-width: 1pt;
  background-position: 0 -150px;
  padding-bottom: 0px;
}
#tab_menu #current a span {
  background-position: 100% -150px;
  color: #333333;
  padding-bottom: 0px;
}
#tab_menu a:hover {
  background-position: 0% -150px;
}
#tab_menu a:hover span {
  background-position: 100% -150px;
}
#tab_menu img {
  border-width: 0;
}

