﻿function imenus_data0(){

	this.enable_visual_design_mode = false
	this.main_is_horizontal = true

	this.menu_showhide_delay = 150

	//set to... "pointer", "center", "top", "left"

	this.box_animation_type = "center"

	this.box_animation_frames = 15

	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "


	this.main_expand_image = 'images/arrow Down1.gif'

	this.main_expand_image_hover = 'images/arrow Down1.gif'

	this.main_expand_image_width = '7'

	this.main_expand_image_height = '5'

	this.main_expand_image_offx = '-1'

	this.main_expand_image_offy = '10'



	this.sub_expand_image = 'images/arrow Down.gif'

	this.sub_expand_image_hover = 'images/arrow Down.gif'

	this.sub_expand_image_width = '5'

	this.sub_expand_image_height = '7'

	this.sub_expand_image_offx = '0'

	this.sub_expand_image_offy = '3'



	this.main_pointer_image = 'images/arrow Down.gif'

	this.main_pointer_image_width = '7'

	this.main_pointer_image_height = '5'

	this.main_pointer_image_offx = '-3'

	this.main_pointer_image_offy = '4'



	this.sub_pointer_image = 'images/arrow.gif'

	this.sub_pointer_image_width = '5'

	this.sub_pointer_image_height = '7'

	this.sub_pointer_image_offx = '-7'

	this.sub_pointer_image_offy = '-5'

	//Main Menu

	this.main_container_styles = "border-style:groove; border-width:0px; padding:0px; margin:4px 0px 0px; "

	this.main_item_styles = "color:#ffffff; text-align:center; font-family:Bodoni MT; font-size:16px; font-weight:bold; text-decoration:underline; border-style:solid; border-color:#ffffff; border-width:0px; padding:2px 8px; "

	this.main_item_hover_styles = "text-decoration:underline; color:#000000;"

	this.main_item_active_styles = "color:#000000;"

	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#c4f1d4; border-style:solid; border-color:#016701; border-width:1px; padding:5px; margin:4px 0px 0px; "

	this.subs_item_styles = "color:#555555; text-align:left; font-size:13px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "

	this.subs_item_hover_styles = "color:#000000; text-decoration:underline;"

	this.subs_item_active_styles = " "

}


