<!--
function imenus_data(){


	this.enable_visual_design_mode = true			//turns the visual design pad option on or off

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	

   
	

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ffffff; background-image:; border-style:solid; border-color:#FFFFFF; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;diplay:block; "
	this.main_item_styles = "background-color:#B5A460; background-image:; color:#000060; text-align:left; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:0px; padding-bottom:2px; padding-left:0px; border-style:solid; border-color:#333333; border-width:1px; "
	this.main_item_hover_styles = "background-color:; background-image:url('img/Menu_logo4.jpg'); color:#F00000; font-weight:; text-decoration:none; "
	this.main_item_active_styles = "background-color:#FFFFFF; background-image:; color:#EE9A49; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:; background-image:; border-style:solid; border-color:#111111; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "background-color:#FFFFFF; background-image:; color:#111111; text-align:left; font-family:; font-size:11px; font-weight:normal; text-decoration:none; padding-top:5px; padding-right:8px; padding-bottom:5px; padding-left:8px; border-style:; border-color:; border-width:0px;"
	this.subs_item_hover_styles = "background-color:#224d6f; background-image:; color:#FFFFFF; font-weight:; text-decoration:; "
	this.subs_item_active_styles = "background-color:#336699; background-image:; color:#ffffff; font-weight:; text-decoration:; "


}

-->