#tabsB {
      float:left;
      width:100%;
      background:#FAF5F9;
      font-size:12px;
      line-height:normal;
      
      }
    #tabsB ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB li a {
      float:left;
      background:url("../images/vipshop/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB li a span {
      float:left;
      display:block;
      background:url("../images/vipshop/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#E06E8C;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB li a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB li a:hover span {
      color:#D22C5E;
      }
    #tabsB li a:hover {
      background-position:0% -42px;
      }
    #tabsB li a:hover span {
      background-position:100% -42px;
      }

        #tabsB .current a {
                background-position:0% -42px;
        }
        #tabsB .current a span {
                background-position:100% -42px;
                
        }