/*Menu ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

 #menu_principal{
	position:relative;
	width:100%;
	height:44px;
}
    #menu_principal ul{
	text-indent:-9999px;
	list-style-type: none; /*remove o marcador*/
	margin: 0; /*remove o recuo IE e Opera*/
	padding: 0; /*remove o recuo Mozilla e NN*/

}
    #menu_principal li{
	position:absolute;
	top:0;
	height:44px;
    }
	
    #menu_principal li a{
      display:block;
	  text-decoration:none;
      width:100%;
      height:100%;
      top:0;
    }
	
	#menu_principal li a span{
	  display:block;
	  position:absolute;
	  width:100%;
	  height:100%;
	  top:0;
	  cursor:pointer;
}

    #home{
	width:67px;
	left:0;
	background:url(../img/menu/home.jpg) no-repeat 0 0;
}
    #empresa{
	width:96px;
	left:67px;
	background:url(../img/menu/empresa.jpg) no-repeat 0 0;
}
    #servicos{
	width:105px;
	left:163px;
	background:url(../img/menu/servicos.jpg) no-repeat 0 0;
}
	#frota{
	width:69px;
	left:268px;
	background:url(../img/menu/frota.jpg) no-repeat 0 0;
}
	#city_tour{
	width:99px;
	left:337px;
	background:url(../img/menu/city_tour.jpg) no-repeat 0 0;
}
	#taxi_aereo{
	width:103px;
	left:436px;
	background:url(../img/menu/taxi_aereo.jpg) no-repeat 0 0;
}
	#parceiros{
	width:96px;
	left:539px;
	background:url(../img/menu/parceiros.jpg) no-repeat 0 0;
}
	#fale_conosco{
	width:129px;
	left:635px;
	background:url(../img/menu/fale_conosco.jpg) no-repeat 0 0;
}

#menu ul li a:hover{
  z-index:1000;
}

/* menu a:hover */

#home a:hover{
  background:url(../img/menu/home2.jpg) no-repeat 0 0;
}
#empresa a:hover{
  background:url(../img/menu/empresa2.jpg) no-repeat 0 0;
}
#servicos a:hover{
  background:url(../img/menu/servicos2.jpg) no-repeat 0 0;
}
#frota a:hover{
  background:url(../img/menu/frota2.jpg) no-repeat 0 0;
}
#city_tour a:hover{
  background:url(../img/menu/city_tour2.jpg) no-repeat 0 0;
}
#taxi_aereo a:hover{
  background:url(../img/menu/taxi_aereo2.jpg) no-repeat 0 0;
}
#parceiros a:hover{
  background:url(../img/menu/parceiros2.jpg) no-repeat 0 0;
}
#fale_conosco a:hover{
  background:url(../img/menu/fale_conosco2.jpg) no-repeat 0 0;
}

/* menu a:hover span */

#home a:hover span{
  background:url(../img/menu/home2.jpg) no-repeat 0 0;
}
#empresa a:hover span{
  background:url(../img/menu/empresa2.jpg) no-repeat 0 0;
}
#servicos a:hover span{
  background:url(../img/menu/servicos2.jpg) no-repeat 0 0;
}
#frota a:hover span{
  background:url(../img/menu/frota2.jpg) no-repeat 0 0;
}
#city_tour a:hover span{
  background:url(../img/menu/city_tour2.jpg) no-repeat 0 0;
}
#taxi_aereo a:hover span{
  background:url(../img/menu/taxi_aereo2.jpg) no-repeat 0 0;
}
#parceiros a:hover span{
  background:url(../img/menu/parceiros2.jpg) no-repeat 0 0;
}
#fale_conosco a:hover span{
  background:url(../img/menu/fale_conosco2.jpg) no-repeat 0 0;
}
