// 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:#999999;  padding:0px; border-left: 2px solid #000;"
	this.main_item_styles = "color:#FFF; text-align:left; font-family:Verdana; font-size:12px; font-weight:normal; text-decoration:none;  border-bottom: 1px solid #000;  border-top: 1px solid #000; padding:4px 5px 4px 5px; "
	this.main_item_hover_styles = "background-color:#999999; color:#FFF; border-right: 10px solid #E5E5E5;"
	this.main_item_active_styles = "background-color:#999999; color:#FFFFFF; "

	//Sub Menu

	this.subs_container_styles = "background-color:#999999;   padding:0px; width: 200px; "
	this.subs_item_styles = "color:#FFFFFF; text-align:left; font-size:12px; font-weight:normal; text-decoration:none; border-bottom: 1px solid #000;  border-top: 1px solid #000; padding:4px 5px 4px 5px; "
	this.subs_item_hover_styles = "background-color:#999999; color:#FFFFFF; "
	this.subs_item_active_styles = "background-color:#999999; color:#FFFFFF; "
}
