img {
border: none;
}

    #tabmenu {
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
      }
    #tabmenu ul {
          margin:0;
          list-style:none;
      }
    #tabmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabmenu a {
      float:left;
      background:url("/media/images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabmenu a span {
      float:left;
      display:block;
      background:url("/media/images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: white;
      }
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabmenu a span {float:none;}
    /* End IE5-Mac hack */
    
    #tabmenu a:hover {
      background-position:0% -42px;
      }
    #tabmenu a:hover span {
      background-position:100% -42px;
      }

    #tabmenu #current a {
              background-position:0% -42px;
      }
    #tabmenu #current a span {
              background-position:100% -42px;
      }