/* CSS Document */
#tabs10 {
      float:left;
      width:978px;
	  background-color:#A09F9F;
	  font: Arial, Helvetica, sans-serif;
      font-size: 11px;
	  color: #B0B0B0;
	 /* font-weight: bold;*/
	  border-bottom:3px solid #FF7417;
      line-height:normal;
	  margin-left: 12px;
      }
    #tabs10 ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url('/images/layout/nav/tableft10.gif') no-repeat left top;
      margin:0;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url('/images/layout/nav/tabright10.gif') no-repeat right top;
      color:#FFF; padding-left:6px; padding-right:15px; padding-top:8px; padding-bottom:8px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -35px;
      }
    #tabs10 a:hover span {
      background-position:100% -35px;
     }
	  #tabs10 ul li.active a {
      background-position:0% -35px;
     }
	 #tabs10 ul li.active span {
      background-position:100% -35px;
     }
