#content {
width:408px;
float:left;
}
#content ul {
float:left;
margin:0px;
	list-style:none;
}
#content .tabs {
	margin:0px 0;
}
#content .tabs ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#content .tabs ul li {
	display:inline;
	margin:0;
	padding:0;
}
#content .tabs ul li.property a {
	float:left;
	background:url(../images/btn_poperty_2.png) no-repeat left;
	text-decoration:none;
	width:258px;
	height:35px;
	display:block;
}
#content .tabs ul li#property a {
	float:left;
	background:url(../images/btn_poperty_1.png) no-repeat;
	text-decoration:none;
	width:258px;
	height:35px;
	display:block;
}
/*#content .tabs ul li.property a:hover{
background:url(../images/btn_poperty_2.gif) no-repeat;
}*/
#content .tabs ul li#needhelp a{
	float:right;
	background:url(../images/btn_needhelp_1.png) no-repeat;
	text-decoration:none;
	width:150px;
	height:35px;
	display:block;
}
#content .tabs ul li.needhelp a{
	float:right;
	background:url(../images/btn_needhelp_2.png) no-repeat right;
	text-decoration:none;
	width:150px;
	height:35px;
	display:block;
}
/*#content .tabs ul li.needhelp a:hover{
	background:url(../images/btn_needhelp_1.gif) no-repeat;	
}*/

#content .ui-tabs-hide {
	display: none !important;
}
