.pp-menu > .pp-menu-items > .pp-menu-item > a:before {
  content: counter(li, upper-roman);
  counter-increment: li;
  font-size: 24px;
  font-family: "Imported P6 design file:lmromandunh10-regular-webfont.woff";
  color: #ffd7d7;
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 12px;
}

.pp-menu > .pp-menu-items > .pp-menu-item > a {
  display: inline-block;
  max-width: 60px;
  white-space: pre-wrap;
  position: relative;
  padding-left: 6px;
  height: 60px;
}

.pp-menu > .pp-menu-items > .pp-menu-item {
 padding-right: 20px;}

.pp-menu > .pp-menu-items > .pp-menu-item:nth-child(2) > a { max-width: 90px; }

.pp-menu > .pp-menu-items > .pp-menu-item:nth-child(4) > a { max-width: 80px; }

.pp-menu > .pp-menu-items > .pp-menu-item:nth-child(7) > a { max-width: 80px; }

& nav.pp-menu--horizontal > ul {
  counter-reset: li;
}