/*  */

.level0 {
    list-style: none;
    margin-left: 0;
    margin-bottom:10px;
    position:relative;
    width:auto;
}
.level0 .title {
  background: url('arrowRight.gif') no-repeat left 3px;
  background-color: transparent;
  margin: 0;
  border-bottom: none;
  padding-left: 15px;
}
.level0 li {
    display:inline;
}
.level0 .title a {
  color: #202020;
  font-weight: normal;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
}

.level1 {
    list-style-type: none;
    list-style-image: none;
    line-height:1.2em;
}

.level1 .title {
    border: 0;
}

.level1 .title a {
  color: #202020;
  font-size: 90%;
  font-weight: normal;
  text-decoration: none;
}
.level2 {
    line-height:1.2em;
}
.level2 li {
    list-style:none;
}
.level2 .title a {
    font-weight: normal;
}

.levelInline {
    list-style: none;
}

.levelInline li {
    display: inline;
    margin-right: 1em;
}

.levelInline div {
    display: inline;
}

/*  */
