@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style:none;
}
#imoveis-venda {
	width:169px;
	margin:0px 0 0 0;
}
#imoveis-venda .img-imoveis-venda {
	widthg:169px;
	height:40px;
	background-image:url(../../../../slices/img-Imoveis.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul.root {
	list-style:none;
	cursor:pointer;
	margin:0px 0 5px 0px;
	/*display:table;*/
	background-image:url(../../../../slices/bg-ItemImoveis.jpg);
	width:169px;
	color: #000;
	height:370px;
	padding:4px 0 0 0; /* colocar as mesmas cores nos links*//*background-image:url("");*/  /* ---- colocar imagem de fundo caso tenha --- */
}
ul.root li {
	width:160px;
	margin:0 auto 0px auto;
	padding:0;
	clear:both;
	display:table;
	line-height:31px;
}
ul.root li a {
	/*display:block;*/
	width:160px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:31px;
	text-align:center;
}
ul.root li a:hover {
	/*display:block;*/
	width:160px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFF00;
	line-height:31px;
	text-align:center;
	background-color:#00256b;
}
.separador {
	margin:auto;
	width:151px;
}
ul.root li img {
	padding:0;
	border:0;
	/*display:block;*/
	clear:both;
	margin:auto;
	width:151px;
}
/*sub menus*/

ul.root li ul {
	border:1px solid #1d4d8d;
	position:absolute;
	width:126px;
	_width:132px;
	margin:0 0 0 126px;
 *margin:0;
	display:none;
	background-image:url(../../../../slices/bg-ItemImoveis.jpg);
	background-position:-10px -10px;
}
ul.root ul li {
	width:125px;
	padding:0;
	line-height:10px !important;
}
ul.root ul li a {
	text-indent:0px;
	line-height:10px !important;
	background-image:none;
	width:120px;
	line-height:10px;
	padding:5px 0 5px 2px;
	margin:2px 0 0 2px;
	height:12px;
	font-weight:bold;
}
ul.root ul li a:hover {
	text-indent:0px;
	line-height:10px !important;
	background-image:none;
	width:120px;
	line-height:10px;
	padding:5px 0 5px 2px;
	margin:2px 0 0 2px;
	height:12px;
	font-weight:bold;
}
.hover-apto {
	color:#FFFF00;
	background-color:#00256b;
}
.hover-casa {
	color:#FFFF00;
	background-color:#00256b;
}
