/*-------------------------------------------------
************* 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: none;"+
										"border-right:;"+
										"border-left:;"+
										"margin-top:2px;"+
										//"padding-right: 93px;"+
										"margin-left: 0px;"+
										"z-index: 10;"+
										"width: 725px;"
	this.main_item_styles=				"background-image: ;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color:none;"+
										"color: #ffffff;"+
										"text-align: center;"+
										"line-height: 42px;"+
										"font-family: Arial;"+
										"font-size: 11px;"+
										"font-weight: bold;"+
										"text-decoration: none;"+
										"text-transform: uppercase;"+
										"vertical-align: middle;"+
										"border-right: ;"+
										"border-left: ;"
	this.main_item_hover_styles=		"background-image:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #4D5F2F;"+
										"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:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #202F09;"+
										"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:;"+
										"background-position: 0 0;"+
										"background-repeat: repeat-x;"+
										"background-color: #5A6F37;"+
										"color: #FFFFFF;"
	this.subs_item_active_styles=		""
}

