#tabheader {
      float:left;
       width:100%;
      /*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
      font: 75% verdana, arial, sans-serif;
      line-height:normal;
    }
    

    #tabheader ul {
      margin:0;
      padding:0px 0px 0;
      list-style:none;
     }

    #tabheader li {
      float:left;
      background:url("/Administration/Webbplatsbilder/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #tabheader a {
      display:block;
      background:url("/Administration/Webbplatsbilder/tabright.gif") no-repeat right top;
      padding:10px 15px 10px 6px;
      text-decoration:underline;
      font-weight:normal;
      color:#094fa3;
      }
    #tabheader a:hover {
      color:#000;
      }
    #tabheader .current {
      background-image:url("/Administration/Webbplatsbilder/tableft_on.gif");
      }

    #tabheader .current a {
      font-weight:bold;
      background-image:url("/Administration/Webbplatsbilder/tabright_on.gif");
      color:#000;
      padding-bottom:10px;
      text-decoration:none;
      }