/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function imenus_data0(){
	this.enable_visual_design_mode = false
	this.main_is_horizontal = true
	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/T0000011117/shared/themes/gellens/navbk.jpg);"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #FFFFFF;"+
										"border-right: 1px solid #F7F7F7;"+
										"border-left: 1px solid #BABABA;"+
										"margin-top:2px;"+
										//"padding-right: 93px;"+
										"margin-left: 0px;"+
										"z-index: 99;"+
										"width: 780px;"
	this.main_item_styles=				"background-image: url(http://themes.1parkplace.com/templates/T0000011117/shared/themes/gellens/navbk.jpg);"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #FFFFFF;"+
										"color: #231F20;"+
										"text-align: center;"+
										"line-height: 44px;"+
										"font-family: Arial;"+
										"font-size: 11px;"+
										"font-weight: bold;"+
										"text-decoration: none;"+
										"text-transform: uppercase;"+
										"vertical-align: middle;"+
										"border-right: 1px solid #BABABA;"+
										"border-left: 1px solid #F7F7F7;"
	this.main_item_hover_styles=		"background-image: url(http://themes.1parkplace.com/templates/T0000011117/shared/themes/gellens/navbkon.jpg);"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #B7AE8D;"+
										"color: #FFFFFF;"//+
										//"border-bottom: 1px solid #FFFFFF;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-color: #EA6065;"//+										
										//"border-right: 1px solid #FFFFFF;"+
										//"border-left: 1px solid #FFFFFF;"
	this.subs_item_styles=				"background-image: url(http://themes.1parkplace.com/templates/T0000011117/shared/themes/gellens/subMenu_item.gif);"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #A59B78;"+
										"color: #FFFFFF;"+
										"text-align: left;"+
										"line-height: 28px;"+
										"font-size: 11px;"+
										"text-decoration: none;"+
										"padding: 0 5px;"+
										"vertical-align: middle;"+
										"border-bottom: 1px solid #FFFFFF;"+										
										"border-right: 1px solid #FFFFFF;"+
										"border-left: 1px solid #FFFFFF;"
	this.subs_item_hover_styles=		"background-image: url(http://themes.1parkplace.com/templates/T0000011117/shared/themes/gellens/subMenu_hover.gif);"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #00769E;"+
										"color: #FFFFFF;"
	this.subs_item_active_styles=		""
}

