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: #0152BE;"+ 	// 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-top-style: solid;"+
		"border-right-style: solid;"+
		"border-bottom-style: solid;"+
		"border-left-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #014CB1;"+
		"border-right-color: #0152BE;"+
		"border-left-color: #105FC7;"+
		"border-top-color: #105FC7;"				
	this.main_item_hover_styles = 	
		"background-color: #CFE8FF;"+ 	// nav on
		"font-size: 11px;"+
		"font-family: Arial;"+
		"color: #3A5F81;"+
		"border-top-style: solid;"+
		"border-right-style: solid;"+
		"border-bottom-style: solid;"+
		"border-left-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-top-style: solid;"+
		"border-right-style: solid;"+
		"border-bottom-style: solid;"+
		"border-left-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #014CB1;"+
		"border-right-color: #0152BE;"+
		"border-left-color: #105FC7;"+
		"border-top-color: #105FC7;"
	this.subs_item_hover_styles=""						
	this.subs_item_active_styles = 	
		"color: #3A5F81;"+ 	// nav on
		"border-top-style: solid;"+
		"border-right-style: solid;"+
		"border-bottom-style: solid;"+
		"border-left-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;"
}
