function imenus_data(){


	this.unlock = "Add your unlock code here."
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	this.keyboard_navigable = false

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'images/arrow.gif'
	this.main_expand_image_hover = 'images/arrow_up.gif'
	this.main_expand_image_width = '20'
	this.main_expand_image_height = '20'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

	this.sub_expand_image = 'images/arrow.gif'
	this.sub_expand_image_hover = 'images/arrow_up.gif'
	this.sub_expand_image_width = '20'
	this.sub_expand_image_height = '20'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0' /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#2d69bf; border-style:none; border-color:#ffffff; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:Arial; font-size:13px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#ffffff;  border-width:0px;border-bottom-width:1px; padding:4px 0px 4px 4px; "
	this.main_item_hover_styles = "background-color:#367ee4; text-decoration:none; "
	this.main_item_active_styles = "background-color:#367ee4; "
	this.main_graphic_item_styles = "" //Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#367ee4; border-style:none; border-color:#126E2A; border-width:1px; padding:0px; margin:0px 0px 0px 0px; "
	this.subs_item_styles = "color:#ffffff; text-align:left;  font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#D9EFE3; border-width:1px; padding:2px; margin:0px 0px 0px 0px;"
	this.subs_item_hover_styles = "background-color:#a1d7eb;color:#000066; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#a1d7eb;"



}

