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

/*- Menu Tabs 1--------------------------- */ 


    #tabs1 {
      width:1024px;
	  margin-left:20px;
	  font-size:93%;
      line-height:normal;
      }
    #tabs1 ul {
	  margin:0;
	  padding:0px 0px 0px 0px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline; text-transform:uppercase;
      margin:0;
      padding:0;
	 
      }
    #tabs1 a {
      float:left;
      background:url("/images/tableft.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 7px; 
	  /* line height is the pixel height of the button */
      text-decoration:none; line-height:31px;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("/images/tabright.jpg") no-repeat right top;
	  /* the 3rd padding pushes the words up - be sure to adjust the line height */
      padding:0px 15px 7px 7px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#fff;
      }
    #tabs1 a:hover {
      background-position:0% -38px;color:#000;

      }
    #tabs1 a:hover span {
      background-position:100% -38px;color:#000;

      }

