@charset "UTF-8";
/* CSS Document */

    #tabs1 {
      float:right;
      width:auto;
      font-size:68%;!important
      line-height:normal;
	  margin-right:0px;
      }
    #tabs1 ul {
          margin:0;
          padding:19px 10px 0 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:#fff url(../g/button.gif) no-repeat left top;
      margin:0 5px 0px 0px;
      padding:11px 0px 5px 0px;
	  width:100px;
      text-decoration:none;
	  text-align:center;
      }
	  #tabs1 ul li.active a {
	  background:#fff url(../g/button2.gif) no-repeat left top;
         color:black;
	  }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabs1 a:hover {
	  background:#fff url(../g/button.gif);
      background-position:left bottom;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
-->