#tabs {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:100%;
      font-weight: normal;
      line-height:normal;
      }
#tabs ul {
	margin:0;
	padding:0px 1px 0 16px;
	list-style:none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:left;
      background:url("../images/menu/tableft.gif") no-repeat left top;
      margin:0;
      padding:0px 15px 5px -10px;
      text-decoration:none;
      }
#tabs a span {
      float:left;
      display:block;
      background:url("../images/menu/tabright.gif") no-repeat right top;
      padding:5px 15px 10px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */


