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




function imenus_data0(){



	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 5


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


	this.main_expand_image = 'images/arrow_dropdown.gif'       /*this line and the next refer to the image beside the main menu item*/
	this.main_expand_image_hover = 'images/arrow_dropdown.gif'
	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'

	this.main_pointer_image = 'images/arrow_down.jpg' /*Image across the top (arrow pointing down)*/
	this.main_pointer_image_width = '44'  
	this.main_pointer_image_height = '10'
	this.main_pointer_image_offx = '-23'
	this.main_pointer_image_offy = '-7'

	this.sub_pointer_image = '' /*Image on left (arrow pointing right)*/
	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




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

	//Main Menu

	this.main_container_styles = "width:768px; border-style:none;text-decoration: none; border-color:#000000; border-width:0px; padding-top:4px; padding-right:4px; padding-bottom:4px; padding-left:4px; "
	this.main_item_styles = "color:#ffffff; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; padding-top:4px;  padding-right:8px; padding-bottom:4px; padding-left:8px; border-style:solid; border-top-color: #9f0600; border-right-color: #9f0600; border-bottom-color: #9f0600; border-left-color: #9f0600; border-width:1px; "
	this.main_item_hover_styles = "background-color:#9f0600; "
	this.main_item_active_styles = "background-color:#9f0600; "


	//Sub Menu

	this.subs_container_styles = " background-color:#410d00; border-style:solid; border-top-color: #9f0600; border-right-color: #9f0600; border-bottom-color: #9f0600; border-left-color: #9f0600;  font-family:Arial, Helvetica, sans-serif;  border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:8px; border-style:none; border-color:#9f0600; border-width:1px; "
	this.subs_item_hover_styles = " text-decoration:none; background-color:#cc3300; "
	this.subs_item_active_styles = " background-color:#cc3300; "


}