Cita:  
					Iniciado por emprear  
  En realidad, ningún navegador debería mostrarte nada, porque los tags <el> y <la> no existen, seran <ul> y <li> en todo caso.
Ademas por ahi abajo tenés un 
images/.gif -- solo el .gif 
Probá con esto que funciona en todas partes    
Código HTML:
Ver original- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
- <html xmlns="http://www.w3.org/1999/xhtml"> 
- <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
-   
- /*<![CDATA[*/ 
- #menu {    background: url("469.gif");height:50px; width:924px; margin-top:40px;} 
-   
- ul#menuho{ 
-     margin:5px auto; 
-     padding:0; 
-     list-style-type:none; 
-     width:auto; 
-     position:relative; 
-     display:block; 
-     height:49px; 
-     text-transform:uppercase; 
-     font-size:12px; 
-     font-weight:bold; 
-   
-     font-family:Helvetica,Arial,Verdana,sans-serif; 
-     border-bottom:4px solid #03518c; 
-     border:1px solid #b2b2b2; 
- } 
- ul#menuho li{ 
-     display:block; 
-     float:left; 
-     margin:0; 
-     pading:0;} 
-      
- ul#menuho li a{ 
- margin-top:5px; 
-     display:block; 
-     float:left; 
-     color:#f12727; 
-     text-decoration:none; 
-     font-weight:bold; 
-     padding:12px 20px 0 20px; 
-     height:30px; 
-     background: url("417.gif") no-repeat top right; 
-     } 
- ul#menuho li a:hover{ 
-     background:transparent url("378.gif") no-repeat top center;    
-     } 
- /*]]>*/ 
-     <li><a href="index.php" title="">- Inicio </a></li>
 
-     <li><a href="#" title="">- Noticias </a></li>
 
-     <li><a href="#" title="" >- Torneos </a></li>
 
-     <li><a href="#" title="">- Descargas </a></li>
 
-     <li><a href="formulario_usuario.php" title="">- Registrate </a></li>
 
-   
Saludos
   Gracias por tu respuesta, ok entonces tengo una colision de estilos porque ya tengo un formulario con las etiquetas <ul> <il> como podria arreglar esto? tal vez con un poco de herencia?