function imenus_data0() {
	
	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false
	
   	/* Optional Box Animation Settings */
	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "top"
	this.box_animation_frames = 15
	this.box_animation_styles = "border-style:solid; border-color:#fff; border-width:1px; "

   /* Images (expand and pointer icons) */

	this.main_expand_image = 'sample3_main_arrow.gif'
	this.main_expand_image_hover = 'sample3_main_arrow.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '-120'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'images/sub_arrow.gif'
	this.sub_expand_image_hover = 'images/sub_arrow.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '-120'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-14'

	this.sub_pointer_image = ''
	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'

   /* Global Menu Styles */

	//Main Menu
	this.main_container_styles = "background-color:#777; border-style:none; border-color:#FFF; border-width:1px; padding:0px; margin:0px; "
	this.main_item_styles = "text-align:right; padding:0; "
	this.main_item_hover_styles = "background-color:#333; text-decoration:none; "
	this.main_item_active_styles = "background-color:#333;"
	this.main_graphic_item_styles = ""

	//Sub Menu
	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);"

	this.subs_container_styles = "background-color:#777; border-style:solid; border-color:#FFF; border-width:1px; padding:5px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#fff; text-align:right; font:bold 11px Arial; text-decoration:none; padding:2px 5px; "
	this.subs_item_hover_styles = "color:#FFB301; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#333; "

}
