/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

//Unlock Statements
	unlock0 = "1530-u"
	unlock1 = "1127-u"
	unlock2 = "969-u"


function imenus_data0(){
	this.unlock = "cdy2dj={xy1fcx1gi"
	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_offy = '0'
	this.sub_expand_image_offy = '0'

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu
	this.main_container_styles = "border-style:none; border-color:#ff004d; border-width:1px; padding:0px; margin:10px 0px 0px; "
	this.main_item_styles = "color:#999999; text-align:left; font-size:12px; text-decoration:none; border-style:solid; border-color:#999999; border-width:0px 0px 8px; padding:2px 0px 4px 2px; margin:0px 2px 0px 0px; "
	this.main_item_hover_styles = "background-color:#ffffff; color:#cc1746; border-color:#cccccc; "
	this.main_item_active_styles = ""

	//Sub Menu
	this.subs_container_styles = "background-color:#ffffff; border-style:solid; border-color:#999999; border-width:1px; padding:0px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#999999; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:3px 2px 3px 3px; margin:0px; "
	this.subs_item_hover_styles = "background-color:#cccccc; color:#cc1746; "
	this.subs_item_active_styles = ""
}