﻿ #tabs {
      float:left;
      line-height:normal;
      white-space:nowrap;
      margin-top:.5em;
 }
 #tabs ul {
	  margin:0;
      padding:2px 0px 0;
      list-style:none;
      white-space:nowrap;
      }
 #tabs li {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      white-space:nowrap;
  }
  #tabs a {
    float:left;
    display:block;
    width:.1em;
    background:url("tabright.gif") no-repeat right top;
    padding:5px 7px 4px 4px;
    text-decoration:none;
    white-space:nowrap;
    border:0;
    color:#000;
    cursor:hand;
  }
  #tabs > ul a {width:auto;}
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  #tabs a {float:none;}
  /* End IE5-Mac hack */
  #tabs a:hover {
     color:#666; /*666*/
  }
  #tabs .selected {
      background-position:0 -42px;
      border-width:0;
      }
  #tabs  a.selected {
      background-position:100% -42px;
      padding-bottom:5px;
      color:#FFF;
      }
  #tabs li:hover, #tabs li:hover a {
      background-position:0% -42px;
      color:#FFF;
      }
  #tabs li:hover a {
      background-position:100% -42px;
      }
      