function imenus_data0(){


	this.unlock = "Add your unlock statement here."
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 10


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "pointer"

	this.box_animation_frames = 1
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:0px; background-color:#1E80D6; margin: 0px 0px 0px 0px;"



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


//	this.main_expand_image = 'http://www.opencube.com/vim/img/sample3_main_arrow.gif'
//	this.main_expand_image_hover = 'http://www.opencube.com/vim/img/sample3_main_arrow.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = '/gfx/li3.gif'
	this.sub_expand_image_hover = '/gfx/li3.gif'
	this.sub_expand_image_width = '11'
	this.sub_expand_image_height = '11'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

//	this.main_pointer_image = '//gfx/marr_down.gif'
	this.main_pointer_image_width = '9'
	this.main_pointer_image_height = '9'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '1'

//	this.sub_pointer_image = '//gfx/marr_right.gif'
	this.sub_pointer_image_width = '9'
	this.sub_pointer_image_height = '9'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px; height: 35px;"
	this.main_item_styles = "text-align:center; padding:0px 0px 0px 0px; margin: 0px 0px 0px 0px;color: #e1e1e1;font-family:Tahoma,Arial,Verdana; font-size:12px;"
	this.main_item_hover_styles = "text-decoration:underline; color: #ffffff; background: url('/gfx/bg-menu-over.gif') repeat-x top left;"
	this.main_item_active_styles = ""



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5); background-color:#E5E5E5; border-style:solid; border-color:#C4A060; border-width:1px; padding:0px 0px 0px 0px; margin: 0px 0px 0px -1px;"
	this.subs_item_styles = "font-family: Tahoma,Verdana;background-color:#5D574B; color:#e1e1e1; text-align:left; font-size:13px; font-weight:normal; text-decoration:none; border-style:none; padding:3 5 3 7; margin: 0 0 0 0;"
	this.subs_item_hover_styles = "color:#ffffff; text-decoration:none; background: url(''); background-color:#690202;"
	this.subs_item_active_styles = "background-color:#690202; "

}
