<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Side tray cannot show background because it is always
	partially on screen to hold tab buttons. -->
<side_tray
  name="sidebar"
  background_visible="false"
  mouse_opaque="true"
  width="333"
  collapsed="true"
>
  <!-- Individual tabs must show background to have seemless
	appearance up to tray panel header word like "Home".
	Embedded panels are inset by a pixel and so their
	backgrounds will not block the world fully. -->

  <sidetray_tab
    name="sidebar_openclose"
    help_topic="sidebar_openclose"
    tab_title="Toggle Sidebar"
    description="Toggle Sidebar."
    image="TabIcon_Open_Off"
	image_selected="TabIcon_Close_Off"
    mouse_opaque="false"
    background_visible="true"
  >
    <panel /> <!-- dummy panel, never to actually be seen -->
  </sidetray_tab>

  <sidetray_tab
    name="sidebar_home"
    help_topic="sidebar_home"
    tab_title="Home"
    description="Home."
    image="TabIcon_Home_Off"
    image_selected="TabIcon_Home_Selected"
    mouse_opaque="false"
    background_visible="true"
  >
      <panel
        class="panel_sidetray_home"
        name="panel_home"
        filename="panel_sidetray_home_tab.xml"
        label="home"
      />
  </sidetray_tab>

  <sidetray_tab
    name="sidebar_me"
    help_topic="sidebar_me"
    tab_title="My Profile"
    description="Edit your public profile and Picks."
    image="TabIcon_Me_Off"
    image_selected="TabIcon_Me_Selected"
    mouse_opaque="false"
    background_visible="true"
  >
    <panel_container
      name="panel_container"
      default_panel_name="panel_me"
      width="333"
    >
      <panel
        class="panel_me"
        name="panel_me"
        filename="panel_me.xml"
        label="Me"
      />

    </panel_container>
  </sidetray_tab>

  <sidetray_tab
    name="sidebar_people"
    help_topic="sidebar_people"
    tab_title="People"
    description="Find your friends, contacts and people nearby."
    image="TabIcon_People_Off"
    image_selected="TabIcon_People_Selected"
    mouse_opaque="false"
    background_visible="true"
  >
    <panel_container
      name="panel_container"
      default_panel_name="panel_people"
      width="333"
    >
      <panel
        class="panel_people"
        name="panel_people"
        filename="panel_people.xml"
      />
      <panel
        class="panel_profile_view"
        name="panel_profile_view"
        filename="panel_profile_view.xml"
      />
      <panel
        class="panel_group_info_sidetray"
        name="panel_group_info_sidetray"
        filename="panel_group_info_sidetray.xml"
        label="Group Profile"
        font="SansSerifBold"
      />
      <panel
        class="panel_block_list_sidetray"
        name="panel_block_list_sidetray"
        filename="panel_block_list_sidetray.xml"
        label="Blocked Residents &amp; Objects"
        font="SansSerifBold"
      />

    </panel_container>
  </sidetray_tab>

  <sidetray_tab
    name="sidebar_places"
    help_topic="sidebar_places"
    tab_title="Places"
    label="Places"
    description="Find places to go and places you&apos;ve visited before."
    image="TabIcon_Places_Off"
	image_selected="TabIcon_Places_Selected"
    mouse_opaque="false"
    background_visible="true"
  >
      <panel
        class="panel_places"
        name="panel_places"
        filename="panel_places.xml"
        label="Places"
        font="SansSerifBold"
      />
  </sidetray_tab>

  <sidetray_tab
    name="sidebar_inventory"
    help_topic="sidebar_inventory"
    tab_title="My Inventory"
    description="Browse your inventory."
    image="TabIcon_Things_Off"
    image_selected="TabIcon_Things_Selected"
    mouse_opaque="false"
    background_visible="true"
  >
      <panel
        class="sidepanel_inventory"
        name="sidepanel_inventory"
        filename="sidepanel_inventory.xml"
        label="Edit Inventory"
        font="SansSerifBold"
      />
  </sidetray_tab>

  <sidetray_tab
    name="sidebar_appearance"
    help_topic="sidebar_appearance"
    tab_title="My Appearance"
    description="Change your appearance and current look."
    image="TabIcon_Appearance_Off"
    image_selected="TabIcon_Appearance_Selected"
    mouse_opaque="false"
    background_visible="true"
  >
      <panel
        class="sidepanel_appearance"
        name="sidepanel_appearance"
        filename="sidepanel_appearance.xml"
        label="Edit Appearance"
        font="SansSerifBold"
      />
  </sidetray_tab>

</side_tray>