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: #164774;"+ 	// nav off blue, mouse off top level
									"font-size: 12px;"+				// mouse-off font size
									"font-weight: 700;"+
									"color: #FFFFFF;"+
									"text-decoration: none;"+		// mouse-off font color
									"text-align: right;"+
									"width: 127px;"+
									"height: 25px;"+
									"margin-bottom: 3px;"+
									"padding-right: 2px;"+
									"line-height: 25px;"
	this.main_item_hover_styles = 	"background-color: #B4C1CD;"+ 	// nav on blue, light green, FF top level on if no subs //sub on width
									"font-size: 12px;"+				// mouse-on font size
									"color: #3A5F81;"				// mouse-on font color
	this.main_item_active_styles = 	"background-color: #B4C1CD;" 	// nav on blue, sub-parent color indicator
	this.subs_container_styles = 	""
	this.subs_item_styles = 		"border: 1px solid #000000;"+
									"margin: 0;padding: 5px;line-height: 100%;"
	this.subs_item_hover_styles = 	"background-color: #B4C1CD;"	// nav on blue, background-color for sub on-offs								
	this.subs_item_active_styles = 	"background-color: #B4C1CD;"	// nav on blue,background-color for sub on-offs
}
