div#propertyList ul.tab{
  border: none;
  height: 21px;
  border-bottom: 1px solid silver;
  margin: 0;
  padding: 0;
}

div#propertyList li.tab{
  list-style: none;
  display: block;
  float: left;
  padding: 0 9px 0 0;
  margin: 0;
  background: url("../menus/tabright.gif") no-repeat right top;
  border-bottom: none;
}

div#propertyList li.tab a.tab{
  text-align: center;
  display: block;
  width: 100%;
  height: 17px;
  padding: 4px 10px 1px 6px;
  background: url("../menus/tableft.gif") no-repeat left top;
  color: #000;
}

div#propertyList li#selected.tab{
  background-position: 100% -84px;
  height: 27px;
  margin-top: -5px;
}

div#propertyList li#selected.tab a.tab{
  background-position: 0 -84px;
  padding-top: 8px;
  padding-bottom: 0;
  height: 19px;
  font-weight: bold;    color: navy;
}

div#propertyList li.tab:hover{
  background-position:100% -42px;
}

div#propertyList li.tab a.tab:hover{
  color: white;
  background-position:0% -42px;
}

div#propertyList li#selected.tab a.tab:hover{
  color: #404040;
}