unlock0 = "1617-u";
unlock1 = "1214-u";
function imenus_data0(){
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/
	this.sub_expand_image = "#"
	this.sub_expand_image_hover = "#"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "9"
	this.sub_expand_image_offx = '-15'
	this.sub_expand_image_offy = '2'
   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu
	this.main_container_styles = "background-color:#beb489; border-style:solid; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:11px; "
	this.main_item_styles = "background-color:#ebe7db; color:#A09000; text-align:left; font-family:Verdana; font-size:11px; font-weight:normal; text-decoration:none; padding-top:6px; padding-right:8px; padding-bottom:6px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#d9d4c0; color:#956900; "
	this.main_item_active_styles = "color:#956900; "
	//Sub Menu
	this.subs_container_styles = "background-color:#beb489;border-style:none; border-color:#274078; border-width:0px; padding-top:11px; padding-right:1px; padding-bottom:1px; padding-left:0px; "
	this.subs_item_styles = "background-color:#d9d4c0; color:#A09000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:10px; border-style:none; border-color:#5493e3; border-width:0px; "
	this.subs_item_hover_styles = "text-decoration:underline; color:#956900; "
	this.subs_item_active_styles = "color:#956900; "
}