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


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 = 150

//	this.main_expand_image = "images/arrow_main.gif"
//	this.main_expand_image_hover = "images/arrow_main.gif"
//	this.main_expand_image_width = "7"
//	this.main_expand_image_height = "5"
//	this.main_expand_image_offx = "-1"
//	this.main_expand_image_offy = "5"

	this.sub_expand_image = "images/arrow_sub.gif"
	this.sub_expand_image_hover = "images/arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "parent", "center", "random top", "random left", or "page x,y"
	this.box_animation_type = "center"

	this.box_animation_frames = 12
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "

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

	//Main Menu

	this.main_container_styles = "background-color: #E5D1A2; padding:0px;"
	//this.main_item_styles = "color:#990000; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; padding:5px; border-width:thin; border-color:#000000; border-left:1px solid #000;"
	this.main_item_styles = "color:#990000; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; padding:5px;"
	//this.main_item_hover_styles = "background-color:#1852b2; color:#fff; "
	this.main_item_hover_styles = "background-color:#E5D1A2; color:#fff; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#B9A053; border-style:solid; border-color:#000; border-width:0px; padding:0px;"
	this.subs_item_styles = "color:#3C2111; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; letter-spacing:0; text-decoration:none; padding:5px; border-style:solid; border-width:1px;"
	this.subs_item_hover_styles = "background-color:#996633; color:black; "
	this.subs_item_active_styles = "text-decoration:underline; "




}

function imenus_data1(){


	this.unlock = "Add your unlock statement here."
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "parent", "center", "random top", "random left", or "page x,y"
	this.box_animation_type = "center"

	this.box_animation_frames = 12
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "

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

	//Main Menu

	this.main_container_styles = "padding:0px;"
	this.main_item_styles = "color:#62361B; text-align:center; font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; text-decoration:none; padding:0; border-width:thin; border-color:#000000; border: none; margin: 2px;"
	this.main_item_hover_styles = "color:#2F5F2B; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#A41821; border-style:solid; border-color:#000; border-width:0px; padding:0px;"
	this.subs_item_styles = "color:white; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; letter-spacing:0; text-decoration:none; padding:0; border-style:solid; border-width:0px;"
	this.subs_item_hover_styles = "background-color:White; color:black; "
	this.subs_item_active_styles = "text-decoration:underline; "




}
