.listHeader 
{
  border-bottom: 1px dotted #333;
  padding-bottom: 3px;
}

.listMetaHeader
{
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.list
{
  font-family: trebuchet, ariel, sans-serif;
  font-size: 75%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.menuItem
{
  display:block;
  padding-bottom:2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.menuItem:hover
{
  border-top: 1px solid #bbb;
  background: #eee;
  border-bottom: 1px solid #bbb;
}


#indexDocumentList
{
  padding-bottom: 15px;
 /* background: #f99;
  border: 1px dashed #d77;*/
}

#indexDocumentContents
{
/*  background: #f99;
  border: 1px dashed #d77;*/
}

#indexContainer
{
  min-width: 180px;
  max-width: 180px;
  width: 180px;
  margin-right: 30px;
  margin-bottom: 50px;
  position: fixed;
  /*float:left;*/
  top: 6px;
  left: 3px;
  overflow:auto;
  border: none;
}

