

 	//Unlock Statements

	list7 = true


function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = "0"
	this.main_expand_image_height = "0"

	this.sub_expand_image = "http://www.opencube.com/vim/images/sample3_sub_arrow.gif"
	this.sub_expand_image_hover = "http://www.opencube.com/vim/images/sample3_sub_arrow.gif"
	this.sub_expand_image_width = "0"
	this.sub_expand_image_height = "0"



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

	//Main Menu

	this.main_container_styles = "background-color:#6f4597; background-image:; border-style:none; border-color:#6f4597; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:#6f4597; background-image:; color:#ffffff; text-align:left; font-family:Geneva, Verdana, Arial; font-size:12px; font-weight:normal; text-decoration:none; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; border-style:solid; border-color:#dddddd; border-width:0px; "
	this.main_item_hover_styles = "background-color:#6f4597; background-image:; color:#ec9b42; font-weight:; text-decoration:none; "
	this.main_item_active_styles = "background-color:#6f4597; background-image:; color:#ffffff; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:#6f4597; background-image:; border-style:solid; border-color:#cccccc; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "background-color:#6f4597; background-image:; color:#ffffff; text-align:left; font-family:Geneva, Verdana, Arial, Helvetica; font-size:11px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#6f4597; background-image:; color:#ec9b42; font-weight:; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#6f4597; background-image:; color:#ffffff; font-weight:; text-decoration:; "


}

