div#div_pagemenu
{
  position: absolute;
  width: 250px;     /* = left of div_pagecontent */
  z-index: 40;

  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 0px;
  
}

div#div_pagemenutree
{
  /* width: 200px; */
  height:100%
}

div.treeitem,
div.treesubitem
{
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 2px;
  background-color: #ebebeb;
}

div.treesubitem
{
  background-color: #f7f7f7;
}

img.treeitem.expandable
{
  cursor: pointer;
}

div.treeitem.spacer
{
  margin-bottom: 15px;
}

a.treeitem,
a.treesubitem
{
  text-decoration: none;
  border-bottom-style: none;
}

a.treeitem:hover,
a.treeitem:focus,    
a.treeitem:active,
a.treesubitem:hover,
a.treesubitem:focus,    
a.treesubitem:active
{
  background-color: #f7ecc4;
}

a.treeitem:visited
a.treesubitem:visited
{
  color: #555555;
}
