﻿#Tabheader {
  float:left;
  width:100%;
  background:#DAE0D2 url("bg1.gif") repeat-x bottom;
  font-size:90%;
  line-height:normal;
  margin-bottom:15px;
  }
#Tabheader ul {
  margin:0px;
  padding:10px 10px 0;
  list-style:none;
  }
#Tabheader li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:1px;
  padding:0 0 0 9px;
  }
  
  #Tabheader li:hover {
  float:left;
  background:url("left_on.gif") no-repeat left top;
  margin-left:3px;
  margin-right:3px;
  margin-top:1px;
  margin-bottom:1px;
  padding:0 0 0 9px;
  }
  
#Tabheader a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#Tabheader a {float:none;}
/* End IE5-Mac hack */
#Tabheader a:hover {
  color:#333;
  float:left;
  display:block;
  background-image:url("right_on.gif");
  padding-bottom:5px;
  }
#Tabheader #current {
  background-image:url("left_on.gif");
  }
#Tabheader #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

#Tabheader #propertyList
{
    float:right;
}
#Tabheader #propertyList a
{
    padding-bottom:3px;
}


/* Tab Header Class \*/



.Tabheader {
  float:left;
  width:100%;
  background:#DAE0D2 url("bg1.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-bottom:20px;
  }
.Tabheader ul {
  margin:0px;
  padding:10px 10px 0;
  list-style:none;
  }
.Tabheader li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:1px;
  padding:0 0 0 9px;
  }
  
  .Tabheader li:hover {
  float:left;
  background:url("left_on.gif") no-repeat left top;
  margin-left:3px;
  margin-right:3px;
  margin-top:1px;
  margin-bottom:1px;
  padding:0 0 0 9px;
  }
  
.Tabheader a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.Tabheader a {float:none;}
/* End IE5-Mac hack */
.Tabheader a:hover {
  color:#333;
  float:left;
  display:block;
  background-image:url("right_on.gif");
  padding-bottom:5px;
  }
.Tabheader .current {
  background-image:url("left_on.gif");
  }
.Tabheader .current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

.Tabheader .propertyList
{
    float:right;
}
.Tabheader .propertyList a
{
    padding-bottom:3px;
}