/** MainMenu **/

#mainMenu {

	padding: 0px 0px 4px 0px;

}

#mainMenu a {

	width: 190px;

	height: 30px;

	display: block;

	border-bottom: 1px solid #e5e5e5;

	background-color: #FFFFFF;

	background-repeat: no-repeat;

	background-position: 10px 10px;

	padding: 0px;

	margin: 0px;

	voice-family: "\"}\""; 	

  	voice-family:inherit;

}

#mainMenu a {

  	height:29px;

}

#mainMenu a.home {

	background-image: url(IMAGENES/MENU/h_start_0.gif);

}

#mainMenu a.homeselected {

	background-image: url(IMAGENES/MENU/h_start_1.gif);

		background-color:#079eca;

}

#mainMenu a.home:hover {

	background-image: url(IMAGENES/MENU/h_start_2.gif);

}

#mainMenu a.empresa {

	background-image: url(IMAGENES/MENU/h_empresa_0.gif);

}

#mainMenu a.empresaselected {

	background-image: url(IMAGENES/MENU/h_empresa_1.gif);

		background-color:#079eca;

}

#mainMenu a.empresa:hover {

	background-image: url(IMAGENES/MENU/h_empresa_2.gif);

}

#mainMenu a.agua {

	background-image: url(IMAGENES/MENU/h_agua_0.gif);

}

#mainMenu a.aguaselected {

	background-image: url(IMAGENES/MENU/h_agua_1.gif);

	background-color:#079eca;

}

#mainMenu a.agua:hover {

	background-image: url(IMAGENES/MENU/h_agua_2.gif);

}

#mainMenu a.servicios {

	background-image: url(IMAGENES/MENU/h_servicios_0.gif);

}

#mainMenu a.servicioselected {

	background-image: url(IMAGENES/MENU/h_servicios_1.gif);

	background-color:#079eca;

}

#mainMenu a.servicios:hover {

	background-image: url(IMAGENES/MENU/h_servicios_2.gif);

}

#mainMenu a.proyectos {

	background-image: url(IMAGENES/MENU/h_proyectos_0.gif);

}

#mainMenu a.proyectoselected {

	background-image: url(IMAGENES/MENU/h_proyectos_1.gif);

	background-color:#079eca;

}

#mainMenu a.proyectos:hover {

	background-image: url(IMAGENES/MENU/h_proyectos_2.gif);

}

#mainMenu a.imprint {

	background-image: url(IMAGENES/MENU/h_imprint_0.gif);

}

#mainMenu a.imprint:hover {

	background-image: url(IMAGENES/MENU/h_imprint_2.gif);

}



/** subMenu **/

#subMenu {
	background-color: #ffffff;
	width: 170px;
	display: block;
	padding: 3px 10px 9px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	font-family: Arial;
	font-size: 11px;
}

html>body #subMenu {

  	width:170px;

}

#subMenu a {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	text-decoration: none;
	width: 170px;
	padding-right: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	padding-right: 10px;
	border-bottom: 1px solid #e5e5e5;
}

html>body #subMenu a {

  	width:160px;

	padding-right: 10px;

}

#subMenu a:hover {

	color: #239BCF;

}

#subMenu a.selected {

	color: #cd0067;

}


/** subMenub **/

#subMenub {
	background-color: #ffffff;
	width: 170px;
	display: block;
	padding: 3px 10px 9px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	font-family: Arial;
	font-size:10px;
}

html>body #subMenub {

  	width:170px;

}

#subMenub a {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	text-decoration: none;
	width: 170px;
	padding-right: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	padding-right: 10px;
	border-bottom: 1px solid #e5e5e5;
}

html>body #subMenub a {

  	width:160px;

	padding-right: 10px;

}

#subMenub a:hover {

	color: #239BCF;

}

#subMenub a.selected {

	color: #cd0067;

}


