/*-------------------------------------------------
************* 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=			""	
	this.main_item_styles = 			"background-color: #F9F4AA;"+ 	// nav off
										"font-size: 11px;"+
										"font-family: Arial;"+
										"color: #000000;"+
										"text-decoration: none;"+
										"text-align: right;"+
										"padding-right: 5px;"+
										"padding-top: 1px;"+
										"padding-bottom: 2px;"+
										"line-height: 160%;"+
										"border-top-style: solid;"+
										"border-right-style: solid;"+
										"border-bottom-style: solid;"+
										"border-left-style: solid;"+
										"border-top-width: 3px;"+
										"border-right-width: 1px;"+
										"border-bottom-width: 3px;"+
										"border-left-width: 2px;"+
										"border-bottom-color: #E1DC99;"+
										"border-right-color: #F9F4AA;"+
										"border-left-color: #FBF8C1;"+
										"border-top-color: #FBF8C1;"
	this.main_item_hover_styles = 		"background-color: #FFFCD9;"+ 	// nav on
										"font-size: 11px;"+
										"font-family: Arial;"+
										"color: #000000;"+
										"border-top-style: solid;"+
										"border-right-style: solid;"+
										"border-bottom-style: solid;"+
										"border-left-style: solid;"+
										"border-top-width: 3px;"+
										"border-right-width: 1px;"+
										"border-bottom-width: 3px;"+
										"border-left-width: 2px;"+
										"border-bottom-color: #F6F2C9;"+
										"border-right-color: #F6F2C9;"+
										"border-left-color: #FFFEE6;"+
										"border-top-color: #FFFEE6;"
	this.main_item_active_styles=		""
	//
	this.subs_container_styles=			"border: 1px solid #D0CD8D;"
	//
	this.subs_item_styles = 			"color: #000000;"+ 	// nav off
										"text-decoration: none;"+
										"text-align: right;"+
										"padding-right: 5px;"+
										"padding-top: 1px;"+
										"padding-bottom: 2px;"+
										"line-height: 18px;"+
										"border-top-style: solid;"+
										"border-right-style: solid;"+
										"border-bottom-style: solid;"+
										"border-left-style: solid;"+
										"border-top-width: 3px;"+
										"border-right-width: 1px;"+
										"border-bottom-width: 3px;"+
										"border-left-width: 2px;"+
										"border-bottom-color: #E1DC99;"+
										"border-right-color: #F9F4AA;"+
										"border-left-color: #FBF8C1;"+
										"border-top-color: #FBF8C1;"
	this.subs_item_hover_styles=		""						
	this.subs_item_active_styles = 		"color: #000000;"+ 	// nav on
										"border-top-style: solid;"+
										"border-right-style: solid;"+
										"border-bottom-style: solid;"+
										"border-left-style: solid;"+
										"border-top-width: 3px;"+
										"border-right-width: 1px;"+
										"border-bottom-width: 3px;"+
										"border-left-width: 2px;"+
										"border-bottom-color: #F6F2C9;"+
										"border-right-color: #F6F2C9;"+
										"border-left-color: #FFFEE6;"+
										"border-top-color: #FFFEE6;"
}