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

/* changed css */

#tabs2 {
float:left; width:960px; line-height:normal; font-size:11.5px; position: absolute; top: 137px; z-index:999; padding-left:0px; margin-left:0px;
      }
    #tabs2 ul {
          margin:0;
          list-style:none;
		   padding:0;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
/* chages end */
	  
    #tabs2 a {
      float:left;
      background:url(../images/tableft2.gif) no-repeat left top;
      margin:0 2px 0 0;
      padding:0 0 0 2px;
      text-decoration:none;
	  border-bottom:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url(../images/tabright2.gif) no-repeat right top;
      padding:9px 8px 12px 8px;
      color:#9797af;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#312d6a;
      }
    #tabs2 a:hover {
      background-position:0% -37px;
      }
    #tabs2 a:hover span {
      background-position:100% -37px;
      }

      #tabs2 #current a {
              background-position:0% -37px;
			  border:none;
      }
      #tabs2 #current a span {
              background-position:100% -37px;
      		  color:#312d6a;
	  		  border:none;
      }