@charset "utf-8";
/* CSS Document */
/*- Menu Tabs 5--------------------------- */

    #tabs5 {
      float:left;
      width:100%;
	  margin-left: 40px;
      font-size: 14px;
	  font-weight: bold;
      line-height:normal;

      }
    #tabs5 ul {
		
          margin:0;
          padding: 0;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
	  font-family: "Trebuchet MS";
      }
    #tabs5 a {
      float:left;
      background:url("menu.jpg") no-repeat left top;
      margin: 0;
      padding: 0;
      text-decoration:none;
      }
    #tabs5 a span {
	  height: 60px;
      float:left;
      display:block;
      background:url("menu.jpg") no-repeat right top;	
      padding: 20px 25px 4px 25px;
      color: #006699;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
	
      color: #003366;
      }
    #tabs5 a:hover {
      background-position:0% 0;height: 60px;
      }
    #tabs5 a:hover span {
	
      background-position:100% 0px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
-->


/*- Menu Tabs--------------------------- */


    #tabs {
      float:left;
      width: 960px;
      font-size: 14px;
	  font-weight: bold;
      line-height:normal;
      }
    #tabs ul {
        margin: 33px 0 0 10px;
        padding:0;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color: #66CC00;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
-->
