@charset "utf-8";
/* CSS Document */
#tabs2 {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#ffffff;
      float:left;
      width:100%;
      font-size:12px;
      line-height:normal;
	  text-transform:uppercase;    
      }
    #tabs2 ul {
          margin:0;
          padding:0 0 0 0;
          list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url(../images/tableft2.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabs2 a#frst1 {
      float:left;
      background:url(../images/tableft1.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url(../images/tabright2.gif) no-repeat right top;
      padding:7px 15px 7px 18px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#333333;
	  text-decoration:none;
      }
    
    #tabs2 a:hover {
      background-position:0% -29px;
			  text-decoration:underline;
      }
    #tabs2 a:hover span {
      background-position:100% -29px;
      }

      #tabs2 #current a {
              background-position:0% -29px;
			  
      }
      #tabs2 #current a span {
              background-position:100% -29px;
			  color:#333333;
			  text-decoration:underline;
      }

    #tabs2 a#frst1:hover {
      background-position:0% -29px;
	  
      }
    #tabs2 a#frst1:hover span {
      background-position:100% -29px;
	  color:#333333;
	  text-decoration:underline;
      }
	  

