list7 = true

function imenus_data0(){
 
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 100


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'http://www.mlsaxinger.com/menu/arrow3.gif'
	this.main_expand_image_hover = 'http://www.mlsaxinger.com/menu/arrow3_on.gif'
	this.main_expand_image_width = '13'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '2'

	this.sub_expand_image = 'http://www.opencube.com/vim/img/sample14_sub_expand_default.gif'
	this.sub_expand_image_hover = 'http://www.opencube.com/vim/img/sample14_sub_expand_on.gif'
	this.sub_expand_image_width = '4'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#d9d1ba; border-style:double; border-color:#6a6a6a; border-width:1px;"
	this.main_item_styles = "color:#000000; text-align:left; font-family:Verdana; font-size:11px; font-weight:bold; text-decoration:none; border-style:outset; border-color:#ffffcc; border-width:1px 2px 2px 1px; padding:4px 9px 4px 4px;"
	this.main_item_hover_styles = "background-color:#000000; color:#f4f2ec; "
	this.main_item_active_styles = ""



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#c0c0c0; border-style:solid; border-color:#333333; border-width:1px; padding:1px; margin:4px 0px 0px; "
	this.subs_item_styles = "background-color:#000000; color:#cccccc; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#444444; color:#ffffff; "
	this.subs_item_active_styles = ""



}