/* Special case for menus */

body {
  padding-right: 13em;
}

#breadcrumbs {
  border-bottom: 1px solid #8b8ead;
}

#menuContext {
  position: absolute;
  top: 4em;
  right: 1em;
  width:10em;
  background: #6c749f;
  z-index: 2;
  padding: .5em;
  border: 1px solid #000;
}

#menuContext ul {
  padding: 0px;
  margin: 0px;
}

#menuContext li {
  list-style-type: none;
}

.contextChange {
  display: block;
  margin-top: .5em;
  font-weight: bold;
  font-size: 80%;
  border-top: 1px dashed #000;
}

.menuSection {
  font-weight: bold;
  font-size: 150%;
}