﻿#tabs {
  float:left;
  width:100%;
  background:#FFFFFF;
  font-size:.85em;
  line-height:normal;
  /*border-bottom:1px solid #C2BDAE;*/
  font-family:Verdana;
  }
#tabs ul {
  margin:0;
  padding:10px 5px 0 1px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0px 0px 0px 2px;
  padding:0px 0px 0px 2px;
  }
#tabs a {
  float:left; 
  background:url("/images/tabs/tableft1.gif") no-repeat left top;
  margin:0;
  padding:0 4px 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("/images/tabs/tabright1.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  color:#9F9584;
  }
  
  #tabs a.selected {
  float:left;
  background:url("/images/tabs/tableft11_LK.gif") no-repeat left top;
  margin:0;
  padding:0 4px 0 4px;
  text-decoration:none;
  }
#tabs a.selected span {
  float:left;
  display:block;
  background:url("/images/tabs/tabright11_LK.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  color:#9F9584;
  }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  color:#9F9584;
  }
    
#tabs a.selected {
  background-position:0% -42px;
  color:#ffffff;
  }
#tabs a.selected span {
  background-position:100% -42px;
  color:#ffffff;
  }