	return_sub = 1


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 = 'http://www.yourinternetguru.com/common/images/sidenav/sample3_main_arrow.gif'
	this.main_expand_image_hover = 'http://www.yourinternetguru.com/common/images/sidenav/sample3_main_arrow.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '-1'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'http://www.yourinternetguru.com/common/images/sidenav/arrow_sub.gif'
	this.sub_expand_image_hover = 'http://www.yourinternetguru.com/common/images/sidenav/arrow_sub.gif'
	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 = "background-color:#0000cc; border-style:solid; border-color:#99ccff; border-width:1px; padding:0px; "
	this.main_item_styles = "color:#e6e6e6; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:4px 5px 4px 12px; "
	this.main_item_hover_styles = "background-color:#99ccff; color:#111111; "
	this.main_item_active_styles = "background-color:#99ccff; color:#111111; "



	//Sub Menu

	this.subs_container_styles = "background-color:#99ccff; border-style:solid; border-color:#0000cc; border-width:1px; padding:5px; margin:0px; "
	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#ffffff; color:#0000cc; "
	this.subs_item_active_styles = "background-color:#ffffff; color:#0000cc; "



}