function imenus_data0(){
	this.enable_visual_design_mode=false
	this.main_is_horizontal=false
	this.menu_showhide_delay=100
	this.main_expand_image=""
	this.main_expand_image_hover=""
	this.main_expand_image_width="0"
	this.main_expand_image_height="0"
	this.main_expand_image_offx="0"
	this.main_expand_image_offy="0"
	this.sub_expand_image=""
	this.sub_expand_image_hover=""
	this.sub_expand_image_width="0"
	this.sub_expand_image_height="0"
	this.sub_expand_image_offx="undefined"
	this.sub_expand_image_offy="undefined"
	this.main_container_styles="margin-left: 5px;background-color: #8792B2;"
	this.main_item_styles = 		
		"background-color: #E1DFC6;"+ 	// nav off
		"font-size: 11px;"+
		"font-family: Arial;"+
		"color: #000000;"+
		"text-decoration: none;"+
		"padding-right: 5px;"+
		"padding-top: 6px;"+
		"padding-bottom: 7px;"+
		"line-height: 100%;"+
		"border-right: 1px solid #E1DFC6;"+
		"border-bottom: 1px solid #E1DFC6;"+
		"border-left: 2px solid #E1DFC6;"+
		"margin-bottom: 1px;"		
	this.main_item_hover_styles = 	
		"background-color: #FFFFFF;"+ 	// nav on
		"font-size: 11px;"+
		"font-family: Arial;"+
		"color: #000000;"+
		"border-right: 1px solid #FFFFFF;"+
		"border-left: 2px solid #FFFFFF;"
	this.main_item_active_styles=""
	this.subs_container_styles="background-color: #8792B2;padding: 1px;"
	this.subs_item_styles = 		
		"color: #000000;"+ 	// nav off
		"text-decoration: none;"+
		"padding-right: 5px;"+
		"padding-top: 6px;"+
		"padding-bottom: 7px;"+
		"line-height: 100%;"+
		"border-right: 1px solid #E1DFC6;"+
		"border-left: 2px solid #E1DFC6;"
	this.subs_item_hover_styles=
		"background-color: #FFFFFF;"+ 	// nav on
		"font-size: 11px;"+
		"font-family: Arial;"+
		"color: #000000;"+
		"border-right: 1px solid #FFFFFF;"+
		"border-left: 2px solid #FFFFFF;"						
	this.subs_item_active_styles = 	
		"background-color: #FFFFFF;"+ 	// nav on
		"font-size: 11px;"+
		"font-family: Arial;"+
		"color: #000000;"+
		"border-right: 1px solid #FFFFFF;"+
		"border-left: 2px solid #FFFFFF;"
}