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

/*- Menu Tabs 5--------------------------- */


    #tab {
	float:left;
	width:100%;
	line-height:normal;
      }
    #tab_ ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
      }
    #tab_ li {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	line-height:18px;
	color: #FFFFFF;
      display:inline;
      margin:0;
      padding:0;
	  line-height:19px;
      }
    #tab_ a {
      float:left;
      background:url("../images/btn_hdr_left.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
	  text-align: center;
      }
    #tab_ a span {
      float:left;
      display:block;
      background:url("../images/btn_hdr_right.jpg") no-repeat right top;
      padding:8px 20px 3px 20px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab_ a span {float:none;}
    /* End IE5-Mac hack */
    #tab_ a:hover span {
	
      color:#FFF;
      }
    #tab_ a:hover {
      background-position:0% -42px;
      }
    #tab_ a:hover span {
      background-position:100% -42px;
      }

      #tab_ #current a {
              background-position:0% -42px;
      }
      #tab_ #current a span {
              background-position:100% -42px;
      }
-->
