@charset "utf-8";

#tabs6 {
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs6 ul {
	  margin:0;
	  padding:0px;
	  list-style:none;
	  float:right;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
	  
      }
    #tabs6 a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:8px 15px 7px 6px;
      color:#056baf;
	  font-family:tahoma;
	  font-size:12px;
	  font-weight:normal;
	  margin-right:-1px;
	  margin-right:2px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }
	  
	  
	    #tabs6 .active {
      background-position:0% -42px;
      }
    #tabs6 .active span {
      background-position:100% -42px;
	  color:#fff;
      }
