/* TwoLevelMenuBox */
.TwoLevelMenuBox {
  position: relative;
  color: black;
  padding:0;
  margin: 0;
  font-size: 9pt;
  font-family: sans-serif;
  font-weight: bold;
}

.TwoLevelMenuBox hr {
  padding:0;
  margin: 0;
}

.TwoLevelMenuBox ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}

.TwoLevelMenuBox li {
  color: black;
  line-height: 1.5em;
  background: transparent url(/images/pt_triangles.gif) no-repeat 0 3px;
  padding-left: 12px;
}

.TwoLevelMenuBox ul ul{
  background: transparent;
  padding: 0;
  margin: 0;
}

.TwoLevelMenuBox ul ul li {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-left: -5px;
}

.TwoLevelMenuBox a {
  color: black;
  text-decoration: none;
}

.TwoLevelMenuBox a:hover {
  color: #ff8800;
}

.TwoLevelMenuBox a:active {
  color: #ff8800;
}

.TwoLevelMenuBox .description {
  color: black;
}


/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */

