h2.tabcontent span {
      padding: 0px 15px 0px 10px;      
      border-top: 1px solid #fff;
      width: auto;
      z-index: 100;
      text-transform: uppercase;
    }
    h2.tabcontent span.not-selected {
      background:url(../img/tab_red_off_left.gif) no-repeat left top;
      color: #fff;
      margin:0;
      margin-right: 3px;
      padding: 0px 0px 0px 0px;
      float:left;
      background-color: #bfc6b4;
    }
    h2.tabcontent span.not-selected div {
        float:left;
      display:block;
        text-decoration: none;
        background:url(../img/tab_red_off_right.gif) no-repeat right top;
        padding:5px 25px 7px 20px;
    text-decoration:underline;
    font-weight:bold;
    color:#38471c;
        line-height:25px; 
        cursor: pointer;
        font-size: 125%;  
    }
    h2.tabcontent span.not-selected div:hover {color:#000 !important;}
    h2.tabcontent span.selected {
      background:url(../img/tab_red_on_left.gif) no-repeat left top;
      color: #fff;
      margin:0;
      margin-right: 3px;
      padding: 0px 0px 0px 0px;
      float:left;
      background-color: #546837;      
    }
    h2.tabcontent span.selected div {
        float:left;
        display:block;
        text-decoration: none;
        background:url(../img/tab_red_on_right.gif) no-repeat right top;
        text-decoration:none;
        font-weight:bold;
        color:#fff;
        line-height:25px;  
        padding: 5px 25px 7px 20px;
        font-size: 125%;
        cursor: pointer;
    }
    h2.tabcontent {
      border-bottom: none;
      font-weight: bold;
      font-size: 100%;
      font-style: normal;
      z-index: 100;
      position: relative;
    }
    div.tabcontentsection {
      border-left: 4px solid #546837;
      border-right: 4px solid #546837;
      border-bottom: 4px solid #546837;
      border-top: 9px solid #546837;
      position: relative;
      _position: static;
      margin-top: 38px;
      z-index: 0;
      padding: 15px;
      background-color: #fff;
    }