function imenus_data0(){
	this.enable_visual_design_mode=false
	this.main_is_horizontal=false
	this.menu_showhide_delay=100
	this.main_expand_image=""
	this.main_expand_image_hover=""
	this.main_expand_image_width="0"
	this.main_expand_image_height="0"
	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="0"
	this.sub_expand_image_height="0"
	this.sub_expand_image_offx="undefined"
	this.sub_expand_image_offy="undefined"
	this.main_container_styles=""

	this.main_item_styles= 		
		"background-image: url(http://themes.1parkplace.com/templates/T0000011108/shared/themes/u_xanthakis/navi_01.jpg);"+
		"background-repeat: repeat-y;"+
		"font-size: 12px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"font-style: oblique;"+
		"color: #FFFFFF;"+
		"text-decoration: none;"+
		"text-align: left;"+
		"padding-left: 25px;"+
		"padding-right: 5px;"+
		"padding-top: 2px;"+
		"padding-bottom: 2px;"+
		"line-height: 14px;"+
		"height: 28px;"+
		"margin-top: 1px;"+
		"border-style: solid;"+
		"border-top-width: 0px;"+
		"border-right-width: 0px;"+
		"border-bottom-width: 0px;"+
		"border-left-width: 0px;"+
		"border-bottom-color: #2F527F;"+
		"border-right-color: #2F527F;"+
		"border-left-color: #3C5D89;"+
		"border-top-color: #3C5D89;"

	this.main_item_hover_styles= 	
		"background-image: url(http://themes.1parkplace.com/templates/T0000011108/shared/themes/u_xanthakis/nav_bg_over.jpg);"+
		"background-color: #978E41;"+
		"font-size: 12px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"color: #FFFFFF;"+
		"border-style: solid;"+
		"border-top-width: 0px;"+
		"border-right-width: 0px;"+
		"border-bottom-width: 0px;"+
		"border-left-width: 0px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"

	this.main_item_active_styles=""

	this.subs_container_styles=""

	this.subs_item_styles= 		
		"background-image: url(http://themes.1parkplace.com/templates/T0000011108/shared/themes/u_xanthakis/subMenu_01.gif);"+
		"font-size: 12px;"+
		"font-family: Verdana;"+
		"font-weight: 100;"+
		"background-position: 0 0;"+
		"background-repeat: repeat-x;"+
		"background-color: #978E41;"+
		"color: #FFFFFF;"+
		"text-align: left;"+
		"line-height: 32px;"+
		"font-size: 12px;"+
		"text-decoration: none;"+
		"padding: 0 5px;"+
		"vertical-align: middle;"+
		"border-bottom: 1px solid #FFFFFF;"+										
		"border-right: 1px solid #FFFFFF;"+
		"border-top: 1px solid #FFFFFF;"+
		"border-left: 1px solid #FFFFFF;"

	this.subs_item_hover_styles=
		"background-image: url(http://themes.1parkplace.com/templates/T0000011108/shared/themes/u_xanthakis/subMenu_02.gif);"+
		"font-size: 12px;"+
		"font-family: Verdana;"+
		"font-weight: 100;"+
		"background-position: 0 0;"+
		"background-repeat: repeat-x;"+
		"background-color: #6F6628;"+
		"color: #FFFFFF;"+
		"text-align: left;"+
		"line-height: 32px;"+
		"font-size: 12px;"+
		"text-decoration: none;"+
		"padding: 0 5px;"+
		"vertical-align: middle;"+
		"border-bottom: 1px solid #FFFFFF;"+										
		"border-right: 1px solid #FFFFFF;"+
		"border-top: 1px solid #FFFFFF;"+
		"border-left: 1px solid #FFFFFF;"
					
	this.subs_item_active_styles= 	
		"background-color: #5770A0;"+
		"color: #866415;"+ 	// nav on
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"
}