.servicos{
	position:relative;
	margin:27px 0 0 0;
	/*padding-bottom:40px;*/
}

.label_servicos{
	position:relative;
	margin-left:-51px;
	height:62px;
}

.tipo_servicos{
	position:relative;
	width:776px;
	margin-left:10px;
}

.tipo_servicos .menu_servicos{
	position:relative;
	width:244px;
	margin-top:20px;
	float:left;
}

.menu_title{
	margin:0 0 0 13px; 
}

.lista_servicos{
	position:relative;
	width:513px;
	float:right;
	top:-62px;
	margin:0;
	padding:0;
}


.item{
	position:relative;
	cursor:hand; 
	cursor: pointer;
	height:19px;
	width:244px;
	padding:0;
	margin:1px 0 0 0;
	background:url(../img/servicos_menu.jpg) no-repeat;
	
}

.item_select{
	position:relative;
	cursor:hand; 
	cursor: pointer;
	height:19px;
	width:244px;
	padding:0;
	margin:1px 0 0 0;
	background:url(../img/servicos_menu_hover.jpg) no-repeat;
}


.texto_servicos{
	position:relative;
	width:490px;
	margin:0 10px 20px 0;
	padding:0;
}

.title{
	position:relative;
	margin:15px 0 0 0;
}

.text{
	position:relative;
	display:block;
	width:490px;
	font:10px arial;
	color:#000000;
	padding:5px 0 10px 0;
}

.topo{
	position:relative;
	font:10px arial;
	color:#4490b9;
	text-decoration:none;
}
.topo:hover/*, .topo:link, .topo:visited, .topo:active*/{
	text-decoration:underline;
}




