function imenus_data0(){

	this.enable_visual_design_mode = true

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150

   //ESTILO DE MENU PRINCIPAL

	this.main_container_styles = "margin:10px 0px 0px 0px;"
	this.main_item_styles = "color:#333333; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration: none; padding-top:2px; padding-right:8px; padding-bottom:2px; padding-left:8px; "
	this.main_item_hover_styles = "background-color:#efefef; text-decoration: none; "
	this.main_item_active_styles = " "


	//ESTILO DEL SUBMENU

	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding:5px; margin:4px 0px 0px 0px;filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);"
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration: none; "
	this.subs_item_active_styles = "background-color:#ffffff; "


}
