/*-------------------------------------------------
************* 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:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: transparent;"+
										"border-right: 1px solid #5a5446;"+
										"border-left: 1px solid #5a5446;"+
										
										//"padding-right: 93px;"+
										"margin-left: 0px;"+
										"z-index: 99;"+
										"width: 780px;"
	this.main_item_styles=				"background-image:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: none;"+
										"color: #ffffff;"+
										"border-right: 1px solid #5a5446;"+
										"border-left: 1px solid #5a5446;"+
										"text-align: center;"+
										"margin-top: 0px;"+
										"padding-top: 0px;"+
										"line-height: 25px;"+
										"font-family: Arial;"+
										"font-size: 11px;"+
										"padding-left: 5px;"+
										"padding-right:5px;"+
										"font-weight: bold;"+
										"text-decoration: none;"+
										"text-transform: uppercase;"+
										"vertical-align: middle;"
										
	this.main_item_hover_styles=		"background-image:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #1E1E1E;"+
										"color: #ffffff;"//+
										//"border-bottom: 1px solid #FFFFFF;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-color: #787367;"//+										
										//"border-right: 1px solid #FFFFFF;"+
										//"border-left: 1px solid #FFFFFF;"
	this.subs_item_styles=				"background-image:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #787367;"+
										"color: #FFFFFF;"+
										"margin-top:0px;"+
										"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: #1E1E1E;"+
										"color: #FFFFFF;"
	this.subs_item_active_styles=		""
}

