// JavaScript Document
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


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

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	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 = ""
	this.sub_expand_image_hover = ""
	this.sub_expand_image_width = "5"
	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:#A3A3A3; border-style:none; border-color:#6a6a6a; border-width:0; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0; "
	this.main_item_styles = "color:#FFF; text-align:left; font-family:Verdana; font-size:11px; font-weight:bold; text-decoration:none; padding-top:6px; padding-right:3px; padding-bottom:5px; padding-left:10pt; margin-top:-2px;"
	this.main_item_hover_styles = "background-color:#d3d3d3; color:#707070;"
	this.main_item_active_styles = "background-color:#d3d3d3;"


	//Sub Menu

	this.subs_container_styles = "background-color:#A3A3A3; border-style:solid; border-color:#ff0000; border-width:0px; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0; "
	this.subs_item_styles = "color:#FFF; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:3px; padding-right:4px; padding-bottom:3px; padding-left:12px; border-style:none; border-color:#d8d8d8; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#d3d3d3; color:#707070; "
	this.subs_item_active_styles = "background-color:#d3d3d3; "


}
