/* CSS Document */

.menu {width:780px; height:44px; position:relative; z-index:100;font-family: Trebuchet MS,Verdana,arial;}
/* hack para corregir IE5.5 faulty box model */
* html .menu {width:780x; w\idth:780px;}

.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:94px;}

/* posicion relativa del menu horizontal */
.menu li {float:left;width:94px;position:relative;}

/* estilo de los links del menu horizontal */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff; width:94px; height:44px;text-align:center; line-height:44px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:94px; w\idth:94px;}

/* estilo del segundo nivel fondo */
.menu ul ul a.drop, .menu ul ul a.drop:visited {color:#fff; background:url(../imagenes/selec_principal.jpg)}
/* estilo del segundo nivel pulsado */
.menu ul ul a.drop:hover{background:url(../imagenes/selec_secun.jpg);}
.menu ul ul :hover > a.drop {background:url(../imagenes/selec_secun.jpg);}
/* estilo del tercer nivel fondo */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url(../imagenes/selec_principal_fondo.jpg)}
/* estilo del tercer nivel pulsado */
.menu ul ul ul a:hover {background:url(../imagenes/selec_secun.jpg);}



.menu ul ul {visibility:hidden;position:absolute;height:0;top:44px;left:0; width:94px; }

* html .menu ul ul {top:44px;t\op:44px;}

/* posicion del tercer nivel */
.menu ul ul ul{left:134px; top:0px; width:100px;}

/* posicion del tercer nivel a la izquierda */
.menu ul ul ul.left {left:-134px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* estilo del segundo nivel links */
.menu ul ul a, .menu ul ul a:visited {background:url(../imagenes/selec_principal_fondo.jpg); color:#fff; height:auto; line-height:1em; padding:7px 20px; width:94px;border-width:0 1px 1px 1px; text-align: left;}
/* hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:94px;w\idth:94px;}

/* estilo para el nivel superior */
.menu a:hover {color:#fff; background:url(../imagenes/selec_principal.jpg)}
.menu ul ul a:hover{color:#fff; background:url(../imagenes/selec_secun.jpg)}
.menu :hover > a {color:#fff; background:url(../imagenes/selec_principal.jpg)}
.menu ul ul :hover > a {color:#fff; background:url(../imagenes/selec_secun.jpg)}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

