.pro8 {
  margin: 0;
  padding: 0 0 0 120px;
  background-attachment: scroll;
  position: relative;
  background-position: left top;
  height: 25px;
  background-image: url(images/pro_eight_back.gif);
  background-repeat: repeat;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}
.pro8 li {
}
.pro8 li a {
  padding: 0 0 0 12px;
  background: transparent url(images/pro_eight_0.gif) repeat scroll left top;
  height: 25px;
  font-size: small;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: inherit;
  line-height: 25px;
  float: left;
}
.pro8 li a b {
  padding: 0 12px 0 0;
  background: transparent url(images/pro_eight_0.gif) repeat scroll right top;
  float: left;
  display: block;
}
.pro8 li.current a {
  background: transparent url(images/pro_eight_2.gif) repeat scroll left top;
  color: #ffffff;
}
.pro8 li.current a b {
  background: transparent url(images/pro_eight_2.gif) repeat scroll right top;
}
.pro8 li a:hover {
  background: transparent url(images/pro_eight_1.gif) repeat scroll left top;
  color: #000000;
}
.pro8 li a:hover b {
  background: transparent url(images/pro_eight_1.gif) repeat scroll right top;
}
.pro8 li.current a:hover {
  background: transparent url(images/pro_eight_2.gif) repeat scroll left top;
  color: #ffffff;
  cursor: default;
}
.pro8 li.current a:hover b {
  background: transparent url(images/pro_eight_2.gif) repeat scroll right top;
}
