/*-------------------------------------------------
************* 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: #647EA1;"
	this.main_item_styles=				"background-image: url(http://themes.1parkplace.com/templates/T0000011127/shared/themes/u_ShaprioSher/navBg.gif);"+
										"color: #FFFFFF;"+
										"background-color: #102367;"+
										"text-align: left;"+
										"line-height: 31px;"+
										"padding: 0px 0 0 5px;"+
										"font-family: Arial;"+
										"font-size: 12px;"+
										"font-weight: bold;"+
										"text-decoration: none;"+
										"border-bottom: 1px solid #9A9697;"
	this.main_item_hover_styles=		"background-image: url(http://themes.1parkplace.com/templates/T0000011127/shared/themes/u_ShaprioSher/navBg_hover.gif);"+
										"background-color: #968D70;"+
										"color: #ffffff;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-color:#24364c;"
	this.subs_item_styles=				"color: #FFFFFF;"+
										"text-align: left;"+
										"line-height: 25px;"+
										"font-size: 12px;"+
										"text-decoration: none;"+
										"padding: 0px 0px 0px 5px;"+
										"border: 1px solid #9A9697;"
	this.subs_item_hover_styles=		"background-color: #f99b2a;"+
										"color: #ffffff;"
	this.subs_item_active_styles=		""
}

