function imenus_data0(){


	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/









   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#408080; border-style:none; border-color:#ffffff; border-width:0px; padding:0px; margin:0px 0px 0px; "
	this.main_item_styles = "color:#000000; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; border-style:none; border-color:#ffffff; border-width:0px; padding:0px; "
	this.main_item_hover_styles = "background-color:#efefef; text-decoration:none; "
	this.main_item_active_styles = "background-color:#efefef; "



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#669999; border-style:none; border-color:#ffffff; border-width:0px; padding:0px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#ffffff; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#669999; color:#ffcc00; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}