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=""
	this.main_item_styles= 		
		"background-color: #C0D3ED;"+ 	// nav off
		"font-size: 11px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"color: #1B3150;"+
		"text-decoration: none;"+
		"text-align: right;"+
		"padding: 6px 5px;"+
		"border-bottom: 1px solid #000000;"
	this.main_item_hover_styles= 	
		"background-color: #F4F7FA;"+ 	// nav on
		"color: #3A5F81;"
	this.main_item_active_styles=""
	this.subs_container_styles="border-top: 1px solid #000000;"
	this.subs_item_styles= 		
		"color: #1B3150;"+ 				// nav off
		"background-color: #7596BE;"+
		"border-top: 0px solid #000000;"+
		"border-right: 1px solid #000000;"+
		"border-bottom: 1px solid #000000;"+
		"border-left: 1px solid #000000;"
	this.subs_item_hover_styles=
		"background-color: #C0D3ED;"+
		"color: #000000;"+
		"border-top: 0px solid #000000;"+
		"border-right: 1px solid #000000;"+
		"border-bottom: 1px solid #000000;"+
		"border-left: 1px solid #000000;"				
	this.subs_item_active_styles= 	
		"color: #000000;"+ 				// nav on
		"background-color: #C0D3ED;"+
		"border-top: 0px solid #000000;"+
		"border-right: 1px solid #000000;"+
		"border-bottom: 1px solid #000000;"+
		"border-left: 1px solid #000000;"
}