// code for the left nav menus

 	//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_width = '0'
	this.main_expand_image_height = '0'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

	this.sub_expand_image_width = '0'
	this.sub_expand_image_height = '0'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'

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

	//Main Menu

	this.main_container_styles = "background-color:#fffaea; border-style:none; border-width:0; padding:0px; "
	this.main_item_styles = "color:#003366; text-align:right; font-family:Verdana; font-size:12px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:4px 5px 4px 12px; "
	this.main_item_hover_styles = "background-color:#cccccc; color:#003366; "
	this.main_item_active_styles = "background-color:#cccccc; color:#003366; "

	//Sub Menu

	this.subs_container_styles = "background-color:#fffaea; border-style:none; border-width:0; padding:0px; "
	this.subs_item_styles = "color:#003366; text-align:left; font-size:12px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:4px 5px 4px 12px; "
	this.subs_item_hover_styles = "background-color:#cccccc; color:#003366; "
	this.subs_item_active_styles = "background-color:#cccccc; color:#003366; "
}
