 
 function imenus_data0()
 {


	this.unlock = "wkvmcnh";

	this.main_is_horizontal = true;
	this.menu_showhide_delay = 150;
	this.keyboard_navigable = false;
 
//	this.main_expand_image = '/images/ArrowDownMenu.gif';
//	this.main_expand_image_hover = this.main_expand_image;
	this.main_expand_image_width = '7';
	this.main_expand_image_height = '5';
	this.main_expand_image_offx = '0';
	this.main_expand_image_offy = '5';

//	this.sub_expand_image = '/images/ArrowRightMenu.gif';
//	this.sub_expand_image_hover = this.sub_expand_image;
	this.sub_expand_image_width = '3';
	this.sub_expand_image_height = '7';
	this.sub_expand_image_offx = '0';
	this.sub_expand_image_offy = '3';
 //#A8CCF0
 //#4094ca
 //#b5d1e2
	this.main_container_styles = "background-color:#00529b; border-style:none; padding:0px; margin:0px;color:#FFFFFF ";
	this.main_item_styles = "color:#b5d1e2; text-align:left; font-family:Verdana; font-size:11px; font-weight:bold; text-decoration:none; border-style:none; padding:2px 8px; ";
	this.main_item_hover_styles = "background-color:#00529b;color:#ffffff;text-decoration:none; ";
	this.main_item_active_styles = "background-color:#00529b;color:#ffffff;font-weight: bold; ";
	this.main_graphic_item_styles = "";
 
	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.1); background-color: #b5d1e2; border-style:none; border-color:#4094ca; border-width:1px;padding:1px; margin:1px 0px 0px; ";
	this.subs_item_styles = "color:#00529c; text-align:left; font-size:10px; font-weight:bold; text-decoration:none; BORDER-BOTTOM: 1px inset #4094ca;BORDER-RIGHT: 0px inset #EFEFEF;BORDER-LEFT: 0px inset #EFEFEF;	BORDER-TOP: 0px inset #EFEFEF; ";
	this.subs_item_hover_styles = "background-color:#4094ca;color:#ffffff; text-decoration:none; ";
	this.subs_item_active_styles = "background-color:#4094ca;color:#ffffff; ";
 
} 