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: #05ABB9;"+ 	// nav off
		"font-size: 11px;"+
		"font-family: Arial;"+
		"font-weight: 700;"+
		"color: #F3F8FF;"+
		"text-decoration: none;"+
		"text-align: right;"+
		"padding-right: 5px;"+
		"padding-top: 1px;"+
		"padding-bottom: 2px;"+
		"line-height: 160%;"+
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #049EAC;"+
		"border-right-color: #049EAC;"+
		"border-left-color: #21B4C1;"+
		"border-top-color: #21B4C1;"					
	this.main_item_hover_styles= 	
		"background-color: #D0FEFD;"+ 	// nav on
		"font-size: 11px;"+
		"font-family: Arial;"+
		"color: #3A5F81;"+
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"
	this.main_item_active_styles=""
	this.subs_container_styles=""
	this.subs_item_styles = 		
		"color: #F3F8FF;"+ 	// nav off
		"text-decoration: none;"+
		"text-align: right;"+
		"padding-right: 5px;"+
		"padding-top: 1px;"+
		"padding-bottom: 2px;"+
		"line-height: 160%;"+
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #049EAC;"+
		"border-right-color: #049EAC;"+
		"border-left-color: #21B4C1;"+
		"border-top-color: #21B4C1;"
	this.subs_item_hover_styles=""		
	this.subs_item_active_styles= 	
		"color: #3A5F81;"+ 	// nav on
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"
}