function imenus_data0(){
	this.main_is_horizontal = true
	this.menu_showhide_delay = 50
   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

//	this.main_expand_image = "images/menu/main_arrow.gif"
//	this.main_expand_image_hover = "images/menu/main_arrow.gif"
//	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/menu/sub_arrow.gif"
//	this.sub_expand_image_hover = "images/menu/sub_arrow.gif"
//	this.sub_expand_image_width = "5"
//	this.sub_expand_image_height = "7"
//	this.sub_expand_image_offx = "0"
//	this.sub_expand_image_offy = "3"
	
   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu

//	this.main_container_styles = "border-style:none; border-color:#6a6a6a; border-width:1px;padding:0px;margin:0px 0px 0px 0px;"
//	this.main_item_styles = "color:#000000; text-align:left; font-family:Arial; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:10px; padding-bottom:2px; padding-left:10px; border-style:solid; border-color:#173871; border-width:0px; "
//	this.main_item_hover_styles = "background: url('images/icons/navbar.jpg');background-color:#8698B9; text-decoration:none; "
//	this.main_item_active_styles = "background-color:#ffffff; "

	//Sub Menu

//	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#173871; border-width:1px; padding:5px; margin:0px 0px 0px 0px;"
//	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
//	this.subs_item_hover_styles = "background-color:#8698B9; color:#000000; text-decoration:none; "
//this.subs_item_active_styles = "background-color:#ffffff; "

	///// SILVER
	
	//Main Menu
	this.main_container_styles = "border-style:none; border-color:#333333; border-width:1px; padding-top:4px; padding-right:4px; padding-bottom:4px; padding-left:4px; "
	this.main_item_styles = "color:#333333; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:8px; padding-bottom:2px; padding-left:8px; border-style:solid; border-color:#dddddd; border-width:1px; "
	this.main_item_hover_styles = "background-color:#FFFFFF; text-decoration:none; border-style:solid;border-color:#dddddd; border-width:1px;"
	this.main_item_active_styles = "background-color:#efefef; "

	//Sub Menu
	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:10px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:none;  border-style:solid;border-color:#dddddd; border-width:1px;     padding-top:1px; padding-right:4px; padding-bottom:1px; padding-left:4px;"
	this.subs_item_active_styles = "background-color:#ffffff; "
}
