/* HOJA DE SCRIPTS UTILIZADA EN www.runakawsai.org PARA EL SETEO CSS DEL MENU*/
function imenus_data0()
         {//Valores de diseño (no cambiar)
          //alert("css");
          this.enable_visual_design_mode = false                
          this.main_is_horizontal = true
          this.menu_showhide_delay = 150                                    

          //Estilo para el contenedor de las opciones del menu
          this.main_container_styles   = "color:white;background-color:#ff9900;border-style:none;padding:0px 0px 0px 0px;margin:0px 0px 0px;"                      

          //Estilo de las opciones del menu
          this.main_item_styles        = "color:white;background-color:#ff9900;text-align:center;font-family:sans-serif;font-size:12px;font-weight:lighter;border-style:none;padding:0px 0px;"

          //Estilo para el comportamiento de los enlaces
          this.main_item_hover_styles  = "color:white;background-color:#ff9900;font-weight:bold;text-decoration:none;"
          this.main_item_active_styles = "color:white;background-color:#ff9900;text-decoration:none;"

          //Estilo para sub opciones del menú
          this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#ff9900; border-style:none;padding:0px 0px 0px 0px; margin:0px 0px 0px; "
          this.subs_item_styles = "color:white; background-color:#ff9900;text-align:center; font-size:12px; font-weight:normal; text-decoration:none; border-style:none;padding:-1px 0px; "
          this.subs_item_hover_styles = "color:white;background-color:#ff9900; text-decoration:none; "
          this.subs_item_active_styles = "background-color:#ff9900; "
         }
