#tabsI { clear: both; left: 9px; height: 22px;
	  top: 85px;
	  position: absolute;
      background-color: transparent;
	  z-index: 10;	}
	  
#tabsI ul {margin: 0; padding: 0 3px 0 10px; 
	list-style: none; }
	  
#tabsI li {display:inline;	  
      margin:0 3px 0 0; padding:0;
	  z-index: 10; }
	  
#tabsI a { float: left;
	  background: url("tableft.png") no-repeat left top;    
      margin: 0; padding: 0 0 0 5px;
      text-decoration: none;
	  z-index: 10; }
	  /* Had trouble getting it to find the image - looks for /stylesheet/image/*.gif
	   * So put the image in the style sheet directory!	   */
	  
#tabsI a span {float: left; display: block;
      background: url("tabright.png") no-repeat right top;
      font: bold 11px Verdana; padding: 4px 10px 5px 5px;
      color:#820010; z-index: 10;  }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
    /* End IE5-Mac hack */
	
#tabsI a:hover span { color:#fff; }

#tabsI a:hover { background-position:0% -42px; }

#tabsI a:hover span {background-position:100% -42px; }

#tabsI #current_tab { background-position:100% -42px; }
	  
#tabsI a.current_tab { background-position:0% -42px;  }
