body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
}
a,
a.link {
  text-decoration: none;
  border-bottom: none;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*ul,
ul li.leaf {
  list-style-type: circle;
}*/
ul.menu {
    margin-left: 1em;
}
/*.menu-item {
  list-style-type: circle;
}*/
.menu-item--expanded {
  list-style-image: url(../../../core/misc/menu-expanded.png);
  list-style-type: circle;
  padding: 0.2em 0.5em 0px 0px;
}
/*li.menu-item.menu-item--expanded.menu-item--active-trail {
  padding: 0.2em 0.5em 0px 0px;
}*/
