/*******************************/
/*** menu                    */
/*******************************/
#menu { width: 742px;
	height:23px;
	float: left;
}

#menu a {float: left;
/*	display: inline;
	padding: 0px 0px;
	
	margin: 0px;
	text-decoration: none;
	color: #000;*/
}

		  
#menu ul { list-style: none;
			padding: 0px;
			margin-left:0px;
            margin-right: 0px;
            margin-top: 0px;
            margin-bottom: 0px;}

#menu ul li { list-style: none;
              display: inline;
              padding: 0px;
              margin: 0px;
              float: left;}

#menu ul li a { height: 23px;}

#menu ul li#menuproductos { background: url(../img/menu_productos_over.jpg); width: 92px;}
#menu ul li#menuproductos a { background: white url(../img/menu_productos.jpg) no-repeat 0 0; width: 92px;}
#menu ul li#menuproductos a:hover { background: none;}

#menu ul li#menuprogramas { background: white url(../img/menu_programas_over.jpg) no-repeat 0 0; width: 97px;}
#menu ul li#menuprogramas a { background: white url(../img/menu_programas.jpg) no-repeat 0 0; width: 97px;}
#menu ul li#menuprogramas a:hover { background: none;}

#menu ul li#menuformacion { background: white url(../img/menu_formacion_over.jpg) no-repeat 0 0; width: 97px;}
#menu ul li#menuformacion a { background: white url(../img/menu_formacion.jpg) no-repeat 0 0; width: 97px;}
#menu ul li#menuformacion a:hover { background: none;}

#menu ul li#menupacientes { background: white url(../img/menu_pacientes_over.jpg) no-repeat 0 0; width: 97px;}
#menu ul li#menupacientes a { background: white url(../img/menu_pacientes.jpg) no-repeat 0 0; width: 97px;}
#menu ul li#menupacientes a:hover { background: none;} 

#menu ul li#menunuestraempresa { background: white url(../img/menu_nuestra_empresa_over.jpg) no-repeat 0 0; width: 123px;}
#menu ul li#menunuestraempresa a { background: white url(../img/menu_nuestra_empresa.jpg) no-repeat 0 0; width: 123px;}
#menu ul li#menunuestraempresa a:hover { background: none;} 

#menu ul li#menunoticiaseventos { background: white url(../img/menu_noticias_eventos_over.jpg) no-repeat 0 0; width: 123px;}
#menu ul li#menunoticiaseventos a { background: white url(../img/menu_noticias_eventos.jpg) no-repeat 0 0; width: 123px;}
#menu ul li#menunoticiaseventos a:hover { background: none;} 

#menu ul li#menucontactenos { background: white url(../img/menu_contactenos_over.jpg) no-repeat 0 0; width: 105px;}
#menu ul li#menucontactenos a { background: white url(../img/menu_contactenos.jpg) no-repeat 0 0; width: 105px;}
#menu ul li#menucontactenos a:hover { background: none;} 

#menu ul li#menubiblioteca { background: url(../img/menu_biblioteca_over.jpg) no-repeat 0 0; width: 94px;}
#menu ul li#menubiblioteca a { background: url(../img/menu_biblioteca.jpg) no-repeat 0 0; width: 94px;}
#menu ul li#menubiblioteca a:hover { background: none;} 

.hide { display: none; 
        margin: 0px;
        padding: 0px;}
/*MENU*/
