/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 10


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

	this.main_expand_image = "images/sample1_main_arrow.gif"
	this.main_expand_image_hover = "images/sample1_main_arrow.gif"
	this.main_expand_image_width = "15"
	this.main_expand_image_height = "14"
	this.main_expand_image_offx = "5"
	this.main_expand_image_offy = "0"

	this.sub_expand_image = "http://www.opencube.com/vim/img/sample1_sub_arrow.gif"
	this.sub_expand_image_hover = "http://www.opencube.com/vim/img/sample1_sub_arrow.gif"
	this.sub_expand_image_width = "14"
	this.sub_expand_image_height = "14"
	this.sub_expand_image_offx = "undefined"
	this.sub_expand_image_offy = "undefined"



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

	//Main Menu

	this.main_container_styles = "background-color:#D4CAAD; border-style:solid; border-color:#D4CAAD; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#3E3E2A; text-align:center; font-family:Verdana; font-size:12px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "color:#070704; "
	this.main_item_active_styles = ""


	//Sub Menu

	this.subs_container_styles = "background-color:#D4CAAD; border-style:solid; border-color:#D4CAAD; border-width:6px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#3E3E2A; text-align:center; font-size:12px; font-weight:normal; 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 = "color:#070704; "
	this.subs_item_active_styles = ""


}