function imenus_data0(){




	this.main_is_horizontal = true
	this.menu_showhide_delay = 50


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image_offy = '0'

	this.sub_expand_image_offy = '0'






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; border-color:#854778; border-width:1px; padding:0px; margin:0px 0px 0px; "
	this.main_item_styles = "color:#854778; text-align:left; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#666666; border-width:0px 0px 8px; padding:2px 0px 4px 2px; margin:0px 2px 0px 0px; "
	this.main_item_hover_styles = "color:#ebae3d; border-color:#ff0000; "
	this.main_item_active_styles = "color:#801339; "



	//Sub Menu

	this.subs_container_styles = "background-color:#ffffff; border-style:solid; border-color:#854778; border-width:1px; padding:0px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#854778; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:3px 2px 3px 3px; margin:0px; "
	this.subs_item_hover_styles = "background-color:#854778; color:#ffffff; "
	this.subs_item_active_styles = ""



}