.tabsV2 {
  float:left;
  width:100%;
  line-height:normal;
  padding-top:10px;
  margin-left:-40px;
  }
.tabsV2 ul {
  margin:0;
  list-style:none;
  }
.tabsV2 li {
  float:left;
  background:url("images/tabV02left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
.tabsV2 a {
  float:left;
  display:block;
  background:url("images/tabV02right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabsV2 a {float:none;}
/* End IE5-Mac hack */
.tabsV2 a:hover {
  color:#333;
  }
.tabsV2 .current {
  background-image:url("images/tabV02left_on.gif");
  }
.tabsV2 .current a {
  background-image:url("images/tabV02right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
