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

	this.sub_expand_image = '/images/nav_arrow.gif'
	this.sub_expand_image_hover = '/images/nav_arrow.gif'
	this.sub_expand_image_width = '12'
	this.sub_expand_image_height = '5'
	this.sub_expand_image_offx = '5'
	this.sub_expand_image_offy = '4'

	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	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 = "padding:0; margin:0;"
	this.main_item_styles = "color:#002878; text-align:left; font-family:Verdana; font-size:10px; font-weight:normal; font-style:normal; text-decoration:none; padding:2px 8px; "
	this.main_item_hover_styles = "color:#667eae; text-decoration:none; "
	this.main_item_active_styles = ""

	//Sub Menu
	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#ffffff; border-style:solid; border-color:#002878; border-width:1px; padding:0px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#002878; text-align:left; font-family:verdana; font-size:10px; font-weight:normal; font-style:normal; text-decoration:none; padding:3px 5px 4px; "
	this.subs_item_hover_styles = "background-color:#e5e8f3; color:#002878; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#e5e8f3; color:#002878; text-decoration:none; "
}
