/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function imenus_data0(){
	this.enable_visual_design_mode = false
	this.main_is_horizontal = true
	this.menu_showhide_delay = 300
	//---------------------------------------------
	//  Expand Icon Images
	//---------------------------------------------
	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = ""
	this.main_expand_image_height = ""
	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 = ""
	this.sub_expand_image_height = ""
	this.sub_expand_image_offx = "undefined"
	this.sub_expand_image_offy = "undefined"
	//---------------------------------------------
	//   Global Menu Styles
	//---------------------------------------------
	//Main Menu
	this.main_container_styles=			""
	this.main_item_styles=				"color: #f8fd7e;"+
										"text-align: center;"+
										"font-family: Arial;"+
										"font-size: 12px;"+
										"text-decoration: none;"+
										"border: 2px solid #9dd2f5;"+
										"height: expression('38px');"+
										"min-height: 38px;"+
										"padding: 2px 0;"+
										"margin: 1px 1px;"+
										"background-color: #0a568c;"
	this.main_item_hover_styles=		"color: #003366;"+
										"background-color: #4083b0;"+
										"height: expression('38px');"+
										"min-height: 38px;"
	this.main_item_active_styles=		"color: #003366;"
	this.subs_container_styles=			""
	this.subs_item_styles=				"color: #f8fd7e;"+
										"text-align: left;"+
										"font-size: 12px;"+
										"text-decoration: none;"+
										"background-color: #0a568c;"+
										"white-space: nowrap;"+
										"border-width: 2px;"+
										"border-style: solid"+
										"border-color: #4083b0;"+
										"height: expression('1px');"+
										"min-height: 1px;"+
										"padding: 8px 5px;"+
										"margin: 1px 0 0 1px;"+
										"width: expression('133px');"+
										"min-width: 87px;"
	this.subs_item_hover_styles=		"color: #FFFFFF;"+
										"text-align: left;"+
										"font-size: 12px;"+
										"text-decoration: none;"+
										"background-color: #4083b0;"+
										"white-space: nowrap;"+
										"border-width: 2px;"+
										"border-style: solid"+
										"border-color: #4083b0;"+
										"height: expression('1px');"+
										"min-height: 1px;"+
										"padding: 8px 5px;"+
										"margin: 1px 0 0 1px;"
	this.subs_item_active_styles=		"color: #003366;"
}

