
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 5px;
    /*background: url(tab.png) no-repeat;*/
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 1px;
    color: #fff;
	background:#000;
}
.ui-tabs-nav a.tab_areas {
	width:84px;
	height:25px;
	display:block;
	text-indent:-99999em;
	position: relative;
	top:1px;
	background:url(/images/buttons/tab_areas.gif) 0 -25px no-repeat;
}
.ui-tabs-nav a.tab_areas:hover {
	background:url(/images/buttons/tab_areas.gif) no-repeat;
}
.ui-tabs-nav a.tab_condos {
	width:149px;
	height:25px;
	display:block;
	text-indent:-99999em;
	position: relative;
	top:1px;
	background:url(/images/buttons/tab_condos.gif) 0 -25px no-repeat;
}
.ui-tabs-nav a.tab_condos:hover {
	background:url(/images/buttons/tab_condos.gif) no-repeat;
}
.ui-tabs-nav a.tab_neighborhoods {
	width:149px;
	height:25px;
	display:block;
	text-indent:-99999em;
	position: relative;
	top:1px;
	background:url(/images/buttons/tab_neighborhoods.gif) 0 -25px no-repeat;
}
.ui-tabs-nav a.tab_neighborhoods:hover {
	background:url(/images/buttons/tab_neighborhoods.gif) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.tab_areas {
	width:84px;
	height:25px;
	display:block;
	text-indent:-99999em;
	top:1px;
	background:url(/images/buttons/tab_areas.gif) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.tab_condos {
	width:149px;
	height:25px;
	display:block;
	text-indent:-99999em;
	top:1px;
	background:url(/images/buttons/tab_condos.gif) no-repeat;
}
.ui-tabs-nav .ui-tabs-selected a.tab_neighborhoods {
	width:149px;
	height:25px;
	display:block;
	text-indent:-99999em;
	top:1px;
	background:url(/images/buttons/tab_neighborhoods.gif) no-repeat;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

