/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function imenus_data0(){
	this.enable_visual_design_mode = false
	this.main_is_horizontal = true
	this.menu_showhide_delay = 300
	//---------------------------------------------
	//  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;"+
										"width: 552px;"
	this.main_item_styles=				"background-image: url(<tg@theme:path>navArrow_off.gif);"+
										"background-position: 5px 20px;"+
										"background-repeat: no-repeat;"+
										"background-color: #FFFFFF;"+
										"color: #231F20;"+
										"text-align: center;"+
										"line-height: 52px;"+
										"font-family: Arial;"+
										"font-size: 11px;"+
										"font-weight: bold;"+
										"text-decoration: none;"+
										"text-transform: uppercase;"+
										"vertical-align: middle;"+
										"border-bottom: 1px solid #FFFFFF;"
	this.main_item_hover_styles=		"background-image: url(shared/themes/u_terra/navArrow_hover.gif);"+
										"background-position: 5px 20px;"+
										"background-repeat: no-repeat;"+
										"background-color: #484848;"+
										"color: #FFFFFF;"+
										"border-bottom: 1px solid #000000;"
	this.main_item_active_styles=		""
	this.subs_container_styles=			"background-color: #484848;"+
										"border-color: #000000;"+
										"border-style: solid;"+
										"border-width: 0 1px;"
	this.subs_item_styles=				"background-image: url(shared/themes/u_terra/subMenu_off.gif);"+
										"background-position: 0 0;"+
										"background-repeat: no-repeat;"+
										"background-color: #484848;"+
										"color: #FFFFFF;"+
										"text-align: left;"+
										"line-height: 28px;"+
										"font-size: 11px;"+
										"text-decoration: none;"+
										"padding: 0 5px;"+
										"vertical-align: middle;"+
										"border-bottom: 1px solid #000000;"
	this.subs_item_hover_styles=		"background-image: url(shared/themes/u_terra/subMenu_hover.gif);"+
										"background-position: right center;"+
										"background-repeat: no-repeat;"+
										"background-color: #363135;"+
										"color: #F86801;"
	this.subs_item_active_styles=		""
}
