




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/




list7 = true















function imenus_data0(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/







   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/


	//Main Menu

	this.main_container_styles = "border-style:none; border-color:none; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#FFFFFF; text-align:left; font-family: Times; font-size:11px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:9px; border-style:none; border-color:#000000; border-width:1px; line-height:12px;"
	this.main_item_hover_styles = "color:#fff83c; text-decoration:none; background-color:#c96c02; "
	this.main_item_active_styles = "background-color:#c96c02; "


	//Sub Menu

	this.subs_container_styles = "background-color:#c96c02; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "color:#FFFFFF; text-align:left; font-family: helvetica, arial, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; padding-top:3px; padding-right:10px; padding-bottom:3px; padding-left:10px; border-style:none; border-color:#000000; border-width:1px; line-height:14px;"
	this.subs_item_hover_styles = "color:#fff83c; text-decoration:none; background-color:#e78412; "
	this.subs_item_active_styles = "background-color:#A8B0B7; "

}




function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }