/* CSS Document */
    #header {
      float:left;
      width: 992px ;
      background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
      line-height:normal;
	 /* border:#000000 thin dotted;*/
	  margin:0;
	  padding:0;
      }
	 #tabs {
      width: 600px ;
	  float:left;
      }
    #header #tabs ul {
	  float:left;
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header #tabs li {
      float:left;
      background:url("../images/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header #tabs a {
      float:left;
      display:block;
      background:url("../images/right.gif") no-repeat right top;
      padding:4px 10px 4px 1px;
      text-decoration:none;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header #tabs a {float:none;}
    /* End IE5-Mac hack */
    #header #tabs a:hover {
      color:#333;
      }
    #header #tabs #current {
      background-image:url("../images/left_on.gif");
      border-width:0;
      }
    #header #tabs #current a {
      background-image:url("../images/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
