#tabContent {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;


      }
#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
  #tabIndex li {
      display:inline;
      margin:0;
      padding:0;
      }
   #tabIndex .open  a {
      float:left;
      background:url("images/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
       background-position:0% -42px;
border-bottom:1px solid #DBD4C8;
position:relative;
bottom:-2px;
        }
   #tabIndex .open a  span {
      float:left;
      display:block;
      background:url("images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#84776B;
       background-position:100% -42px;
 border-bottom:1px solid #DBD4C8;
position:relative;

      }

#tabIndex .close a {
      float:left;
      background:url("images/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;

        }
 #tabIndex .close a span {
      float:left;
      display:block;
      background:url("images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#84776B;
border-bottom:1px solid #FAFAFA;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabIndex a span {float:none;}
    /* End IE5-Mac hack */
    #tabIndex a:hover span {
      color:#74675B;
      }
    #tabIndex a:hover {
      background-position:0% -42px;cursor:pointer;
      }
    #tabIndex a:hover span {
     background-position:100% -42px;
      }


#tabIndex.open span {
   display:block;
      background:url("images/tabright2.gif") no-repeat right top;
       background-position:100% -42px;
      }


#tabIndex .close {
 background-color: #FFCF00;
 text-decoration: underline;
}

#tabIndex .open {
  background-color: #ECE8E5;
  text-decoration: none;
 
}

#tabBoxIndex {
	background-color: #D8D4C8;
	padding: 1em;
	clear: both;
	  border:1px solid #84776B;
}


