@charset "utf-8";
/* CSS Document */

/* MENU */
#tabs2 {
      float:left;
      width:100%;
      line-height:normal;
	  font-family:"Trebuchet MS";
      font-size:14px;
	  
      }
    #tabs2 ul {
          margin:0;
          padding:0 0 0 80px;
          list-style:none;
      }
    #tabs2 li {
      display:block;
	  float:left;
      margin:0;
      padding:0;
	  color:#FFFFFF;
      }
	  #tabs2 li.sprtr{padding:15px 0 0 0;}
    #tabs2 a {
      float:left;
      background:url(../images/tableft2.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
	  font-weight:bold;
	  margin:0 10px 0 10px;
	  
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url(../images/tabright2.gif) no-repeat right top;
      padding:15px 17px 20px 16px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#000000;
      }
    #tabs2 a:hover {
      background-position:0% -55px;
      }
    #tabs2 a:hover span {
      background-position:100% -55px;
	  color:#FFFFFF;
      }

      #tabs2 #current a {
              background-position:0% -55px;
			  color:#FFFFFF;
      }
      #tabs2 #current a span {
              background-position:100% -55px;
			  color:#FFFFFF;
      }
	  