/*-------------------------------------------------
************* 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: #ffffff;"
	this.main_item_styles=				"color: #000;"+
										"background-color: #ffffff;"+
										"background-image:url(http://themes.1parkplace.com/templates/T0000011139/shared/themes/golden/navbk.jpg);"+
										"border: 1px solid #d4d4d4;"+
										"border-top: none;"+
										"text-align: left;"+
										"line-height: 30px;"+
										"margin: 0 0 0px;"+
										"padding-left: 15px;"+
										"font-family: Times New Roman;"+
										"font-size: 12px;"+
										"font-weight: bold;"+
										"text-decoration: none;"
	this.main_item_hover_styles=		"background-color: #000;"+
	                                    "background-image:url(http://themes.1parkplace.com/templates/T0000011139/shared/themes/golden/navbk_on.jpg);"+
										"border: 1px solid #d4d4d4;"+
										"border-top: none;"+
										"color: #000;"+
										"line-height: 30px;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-color: #000;"
	this.subs_item_styles=				"color: #FFFFFF;"+
										"background-color: #000;"+
										"background-image: none;"+
										"text-align: left;"+
										"line-height: 30px;"+
										"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: #FFDE00;"+
                                     	"background-image: none;"+
										"border: 1px solid #6F6F6F;"+
										"color: #231f20;"+
										"line-height: 30px;"
	this.subs_item_active_styles=		""
}

