<!-- ********************************** Menu Settings & Styles ********************************** -->

    list7 = true

    function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'images/arrow_down.gif'
	this.main_expand_image_hover = 'images/arrow_down.gif'
	this.main_expand_image_width = '16'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '9'
	this.main_expand_image_offy = '3'

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '13'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:solid; border-color:#111111; border-width:0px; padding:8px 0px 0px 0px; margin:0px 0px 0px 150px;"
	this.main_item_styles = "color:#004F38; text-align:center; font-family:Verdana,Arial; font-size:11px; font-weight:bold; letter-spacing: -1px; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:2px 5px; "
	this.main_item_hover_styles = "color:#FFB442; "
	this.main_item_active_styles = "text-decoration:none; "



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.30000001192092895); background-color:#FEF1C5; border-style:solid; border-color:#939393; border-width:1px; padding:5px; margin:0px; "
	this.subs_item_styles = "color:#004F38; text-align:left; font-size:11px; font-weight:normal; letter-spacing: 0px; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#FFFDF4; color:#484848; "
	this.subs_item_active_styles = "text-decoration:underline; "


}