function imenus_data0(){
	this.unlock = "wkvmcnh"//nnbj^o[]
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 250
   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/
	this.sub_expand_image = "../app_themes/theme1/menu/sub_icon.gif"
	this.sub_expand_image_hover = "../app_themes/theme1/menu/sub_icon_roll.gif"
	this.sub_expand_image_width = "5"
	this.sub_expand_image_height = "9"
	this.sub_expand_image_offx = '-10'
	this.sub_expand_image_offy = '2'

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu  *** background-color:#adca88; color:#aa1c15;
	this.main_container_styles = ""
	this.main_item_styles = " background-image:url(../app_themes/theme1/menu/items_bg2.gif); height:26px;color:#FFEDA7; text-align:center; font-family:Tahoma; font-size:8pt; font-weight:bold; text-decoration:none; padding-top:6px; padding-right:0px; padding-bottom:6px; padding-left:0px; border-style:none; border-color:#797F64; border-width:0px; "
	this.main_item_hover_styles = "color:#FFEDA7;"
	this.main_item_active_styles = "color:#FFEDA7;border-style:solid; border-color:#797F64; border-width:1px; border-left-width:1px; border-top-width:1px; border-right-width:1px; border-bottom-width:0px;"

	//Sub Menu
    this.subs_container_styles = "height: auto;width:150px;min-width:150px;background-color:#BFC89E; border-style:solid;border-width:1px 1px 1px 1px;border-color:#797F64;";
	this.subs_item_styles = "height: auto; color:#000000; text-align:left; background-image:url(#); font-size:8pt; font-weight:normal; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:10px; "
	this.subs_item_hover_styles = "height: auto;color:#000000;  background-color:#FFEDA7;border-width:0px; "
}
