﻿    #header {
      float:left;
      width:100%;
      /* background:#DAE0D2 url("../../images/tabs/bg.gif") repeat-x bottom; */
      font-size:12px;
      line-height:normal;
      border-bottom:1px solid #765; 
      }
    #header ul {
      margin:0;
      list-style:none;
      padding:10px 10px 0 10px;
      }
    #header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #header a {
      float:left;
      background:url("../../images/tabs/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
	  width:.1em; /* the size of the tab */
      } 
	#header > ul a {width:auto;}
    #header a span {
      float:left;
      display:block;
      background:url("../../images/tabs/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
      color:#333;
      }
    #header #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #header a:hover {
      background-position:0% -150px;
      }
    #header a:hover span {
      background-position:100% -150px;
      }