/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0;
padding-top: 3px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 14px arial;
list-style-type: none;
text-align: center; 
clear: all;
background-image: url(images/tab_bg.gif);
background-repeat: repeat-x;
}

.shadetabs li{
display:inline;
width: 116px;
height: 29px;
margin: 0;
padding: 0;
float:left;
}

.shadetabs li a{
color: #ffffff;
display: block;
height: 20px;
padding-top: 9px;
text-decoration: none;
background-color: none;
}


.hf_sale{
background-image: url(images/hf_sale_tab.gif);
background-repeat: no-repeat;
}

.hf_rent{
background-image: url(images/hf_rent_tab.gif);
background-repeat: no-repeat;
}

.hf_sold{
background-image: url(images/hf_sold_tab.gif);
background-repeat: no-repeat;
} 