// JavaScript Document
<!-- ********************************** Menu Settings & Styles ********************************** -->

 	//Unlock Statements

	list7 = true


function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'images/medium_red_right.gif'
	this.main_expand_image_hover = 'images/medium_red_right.gif'
	this.main_expand_image_width = '10'
	this.main_expand_image_height = '8'
	this.main_expand_image_offx = '3'
	this.main_expand_image_offy = '3'

	this.sub_expand_image = 'images/medium_red_right.gif'
	this.sub_expand_image_hover = 'images/medium_red_right.gif'
	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '8'
	this.sub_expand_image_offx = '3'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image = 'images/medium_red_right.gif'
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '8'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	this.main_pointer_image = 'images/medium_red_right.gif'
	this.sub_pointer_image_width = '10'
	this.sub_pointer_image_height = '8'
	this.sub_pointer_image_offx = '-3'
	this.sub_pointer_image_offy = '-5'


   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; border-color:black; border-width:1px; padding:0px;"
	this.main_item_styles = "color:#000000; text-align:left; font-family:Verdana; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-width:0px; padding:2px 5px; background-color:transparent; color:#000000; "
	this.main_item_hover_styles = ""
	this.main_item_active_styles = ""



	//Sub Menu

	this.subs_container_styles = "background-color:#ffffff; border-style:none; border-color:#87b77b; border-width:1px; padding:2px; margin:0px; "
	this.subs_item_styles = "color:#000000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#ffffff; border-width:1px; padding:2px 5px;background-color:transparent; color:#000000; "
	this.subs_item_hover_styles = ""
	this.subs_item_active_styles = ""



}
