/*-------------------------------------------------
************* 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-image: url(http://themes.1parkplace.com/templates/T0000011151/shared/themes/ArizonaCapriLT/menu-bg.jpg);"+
										"background-repeat: repeat-x;"+
										"height:324px;"
	this.main_item_styles=				"background-image: url(http://themes.1parkplace.com/templates/T0000011151/shared/themes/ArizonaCapriLT/menu-bullet.png);"+
										"color: #515151;"+								
										"text-align: left;"+
										"line-height: 35px;"+
										"padding: 0px 0 0 5px;"+
										"font-family: Arial;"+
										"font-size: 16px;"+										
										"text-decoration: none;"+
										"background-position: 0 10px;"+
										"background-repeat: no-repeat;"+
										"padding-left: 20px;"+
										"margin-left: 5px;"												
	this.main_item_hover_styles=		"background-image: url(http://themes.1parkplace.com/templates/T0000011151/shared/themes/ArizonaCapriLT/menu-hover.jpg);"+										
										"color: #515151;"+
										"background-position: 0 0px;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-image: url(http://themes.1parkplace.com/templates/T0000011151/shared/themes/ArizonaCapriLT/menu-bg.jpg);"
	this.subs_item_styles=				"color: #515151;"+
										"text-align: left;"+
										"line-height: 35px;"+
										"font-size: 12px;"+
										"text-decoration: none;"																		
	this.subs_item_hover_styles=		"color: #515151;"
	this.subs_item_active_styles=		""
}

