/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function imenus_data0(){
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 100
	//---------------------------------------------
	//  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=			"background-color: #231f20;"
	this.main_item_styles=				"color: #6F6F6F;"+
										"background-color: #dfe2f4;"+
										"border: 1px solid #ffffff;"+
										"text-align: left;"+
										"line-height: 23px;"+
										"margin: 0 0 0px;"+
										"padding-left: 9px;"+
										"font-family: Arial;"+
										"font-size: 12px;"+
										"font-weight: bold;"+
										"text-decoration: none;"
	this.main_item_hover_styles=		"background-color: #1533b0;"+
										"border: 1px solid #656565;"+
										"color: #BDD3D5;"+
										"line-height: 23px;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-color: #c6c6c6;"
	this.subs_item_styles=				"color: #3951be;"+
										"background-color: #dfdfdf;"+
										"text-align: left;"+
										"line-height: 23px;"+
										"font-size: 12px;"+
										"font-weight: bold;"+
										"text-decoration: none;"+
										//"padding: 5px 0px 5px 5px;"+
										"border: 1px solid #656565;"
	this.subs_item_hover_styles=		"background-color: #9ca8ff;"+
										"border: 1px solid #6F6F6F;"+
										"color: #231f20;"+
										"line-height: 23px;"
	this.subs_item_active_styles=		""
}

