function imenus_data0(){
	this.unlock = "ugpe]f^"
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 80
   /*---------------------------------------------
   imgs (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image_offy = '0'

	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'
   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu
	this.main_container_styles = "background-color:transparent; border-style:solid; border-color:#000000; border-width:0px; padding:0px; margin:0px 0px 0px; width:180px; "//ECEEE3
	this.main_item_styles = "color:#E7E6DD; text-align:left; font-family:Georgia,Verdana; font-size:10px; font-weight:bold; text-decoration:none; border-bottom : 0px solid #D9DEC4; border-top : 0px solid #D9DEC4; padding: 0px 1px 1px 10px;   height:18px;"//
	this.main_item_hover_styles = "background-color:transparent; color:#ECE2C3; text-decoration:underline; border-bottom : 0px solid #232F55; border-top : 0px solid #232F55;"
	this.main_item_active_styles = "background-color:transparent; text-decoration:none; "
	//Sub Menu 
	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#232F55; border-style:solid; border-color:#cfcfcf; border-width:1px; padding:0px; margin:px 5px 5px; "
	this.subs_item_styles = "color:#FFFFFF; text-align:left; font-size:10px; font-weight:bold; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:5px 5px;"
	this.subs_item_hover_styles = "background-color:#ECE2C3; color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ECE2C3; color:#000000; border-color:#ff8000; "

}