@charset "utf-8";

*{
		list-style: none;
		margin: 0;
		padding: 0;
}

li.hover-apto a{
		background: left -0px;

}

li.hover-casa a{
		background: left -50px;
		display: block;
}

li.item-imovel-apto a{
		background: left 0px;
	}

li.item-imovel-casa a{
		background: left -36px;
}

li.item-imovel-salaliving a{
		background: left -70px;
}
li.item-imovel-comercial a{
		background: left -106px;
}
ul.root{
		color: #000;
		cursor: pointer;
		display: table;
		list-style: none;
		margin: 2px auto 5px auto;
		width: 140px;
}

ul.root li{
		*margin: 0;
		clear: both;
		display: table;
		margin: 0 auto 2px auto;
		padding: 0;
		width: 140px;
}

ul.root li a{
		display: block;
		height: 30px;
		width: 140px;
		margin:auto;
		float: left;
		background-image:url(../../../../slices/img-item-imoveis.jpg);
		text-indent:-9999px;
}

ul.root li ul{
		margin-left:125px;
		*margin: 0;
		background:#80A8E3;
		border: 1px solid #7B702E;
		display: none;
		position: absolute;
		width: 125px;
		padding:0;
		

	
}

ul.root ul li{
		line-height:10px !important;
		padding: 0;
		width: 125px;
		float:left
}

ul.root ul li a{
		background: #80A8E3;
		font-weight: bold;
		height: 10px;
		line-height:10px !important;
		font-size:12px;
		font-family:"trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
		margin:2px 0 0 2px;
		_margin:2px 0 0 2px;
		padding: 5px 0 5px 2px;
		_padding: 5px 0 5px 0px;
		text-indent: 0px;
		width: 119px;
		text-decoration:none;
		color:#000
}
ul.root ul li a:hover{
		background: #3e7bd4;
		font-weight: bold;
		height: 10px;
		line-height:10px !important;
		font-size:12px;
		font-family:"trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
		margin:2px 0 0 2px;
		padding: 5px 0 5px 2px;
		_margin:2px 0 0 2px;
		_padding: 5px 0 5px 0px;
		text-indent: 0px;
		width: 119px;
		text-decoration:none;
		color:#FFF;
}

h1.item-imoveis-venda{
	text-indent:-9999px;
	width:120px;
	background-image:url(../../../../slices/img-ImoveisVenda.jpg);
	width:151px;
	height:66px;

}
h1.item-imoveis-locacao{
	text-indent:-9999px;
	width:120px;
	background-image:url(../../../../slices/img-ImoveisLocacao.jpg);
	width:151px;
	height:66px;
	margin-top:20px;
	margin-bottom:10px;
}

