/* Documento CSS Tamarises NAVEGACIÓN (Inglés) */

#home, #whoWeAre, #promotions, #realEstate, #contact {
	display: block;
	width: 470px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/barraNavegacion/barraNavegacionEN.gif);
	background-repeat: no-repeat;
	float: left;
	}

#home span, #whoWeAre span, #promotions span, #realEstate span, #contact span {
	display: none;
	}

#home {
	width: 48px;
	background-position: 0px 0px;
	margin: 0px;
	}
#home:hover {
	background-position: 0px -30px;
	}

#whoWeAre {
	width: 78px;
	background-position: -48px 0px;
	margin: 0px;
	}
#whoWeAre:hover {
	background-position: -48px -30px;
	}

#promotions {
	width: 73px;
	background-position: -126px 0px;
	margin: 0px;
	}
#promotions:hover {
	background-position: -126px -30px;
	}

#realEstate {
	width: 71px;
	background-position: -199px 0px;
	margin: 0px;
	}
#realEstate:hover {
	background-position: -199px -30px;
	}

#contact {
	width: 55px;
	background-position: -270px 0px;
	margin: 0px;
	}
#contact:hover {
	background-position: -270px -30px;
	}