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

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

    #tabs{
	width:100%;
	font-size:58%;
	line-height:normal;
	text-align: left;
	margin-right: auto;
	margin-left: auto; font-family:Verdana
      }
    #tabs ul {
          margin:0;
          padding:0px 0px 0 0px;
          list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:right;
	margin:0;
	text-decoration:none;
	background-image: url('../images/tab_left.gif'); /*this looks for the related image in our images folder*/
	background-repeat: no-repeat;
	background-position: left top; padding-left:7px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabs a span {
	float:left;
	display:block;
	color:#000000;
	background-image: url('../images/tab_right.gif');/*this looks for the related image in our images folder*/
	background-repeat: no-repeat;
	background-position: right top; padding-left:0px; padding-right:5px; padding-top:5px; padding-bottom:0px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#000000;
      }
    #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;
      }