
function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 250


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image = "/images/arrows/triangle_blue_right.gif"
	this.main_expand_image_hover = "/images/arrows/triangle_yellow_right.gif"
	this.main_expand_image_width = "5"
	this.main_expand_image_height = "7"
	this.main_expand_image_offx = '-4'
	this.main_expand_image_offy = '3'

	this.sub_expand_image = "/images/arrows/triangle_blue_right.gif"
	this.sub_expand_image_hover = "/images/arrows/triangle_yellow_right.gif"
	this.sub_expand_image_width = "5"
	this.sub_expand_image_height = "7"
	this.sub_expand_image_offx = '-4'
	this.sub_expand_image_offy = '3'	


   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#000066; border:#000066 1px solid; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:5px; "
	this.main_item_styles = "background-color:#d3d3d3; color:#000000; text-align:left; font-family:Verdana; font-size:11px; font-weight:normal; text-decoration:none; padding-top:5px; padding-right:8px; padding-bottom:5px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#afafaf; color:#ffcc00; "
	this.main_item_active_styles = "color:#ffcc00; "


	//Sub Menu

	this.subs_container_styles = "background-color:#000066; border-style:none; border-color:#274078; border-width:0px; padding-top:1px; padding-right:1px; padding-bottom:1px; padding-left:5px; "
	this.subs_item_styles = "background-color:#d3d3d3; color:#000000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:10px; "
	this.subs_item_hover_styles = "background-color:#afafaf; color:#ffcc00; "
	this.subs_item_active_styles = "color:#ffcc00; "


}