#comboTree{		
   width:99%;
   height:auto;
   background-color:white;
   border:1px solid Silver;
   border-top:none;
   overflow:auto;
   visibility:hidden;	
   position:absolute;
   z-Index:inherit;
}

._intxt{
   background-color:white;
   width:98%;
   height:18px;
   margin-top:-1px;	
}

.combo{
	
   /* Tamaņo por defecto, 
      si se quiere dar mas tamaņo 
      cambiar en el style 
   */      
   width:99%;
   height:auto;
   position: relative;
}

.comboexpand{
	
   /* Tamaņo por defecto, 
      si se quiere dar mas tamaņo 
      cambiar en el style 
   */   	
   position: relative;
   z-Index: 1;
   	
}