/*** TARIFÁRIO ***/

#l2 ul { margin-top:5px; }

#l2 ul li, #l2 ul li a {
	display:inline;
	float:left;
	width:105px;
	height:50px;
}
#l2 ul li a { text-indent:-3000px; }
#l2 ul li.hoteis a { background:url(../imagens/menu/trend/hoteis.gif) no-repeat left top; }
#l2 ul li.veiculos a { background:url(../imagens/menu/trend/veiculos.gif) no-repeat left top; }
#l2 ul li.cruzeiros a { background:url(../imagens/menu/trend/cruzeiros.gif) no-repeat left top; }
#l2 ul li.feiras a { background:url(../imagens/menu/trend/feiras.gif) no-repeat left top; }
#l2 ul li a:hover, #l2 ul li a.ativo { background-position:0px -50px; }

hr {
	border:0;
	border-top:1px dashed #3D75FF;
	height:1px;
	display:inline;
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
}