body > .navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  font-family: Arial;
  font-size: 12px;
  padding: 6px 16px;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background: #1a1a1a;
  color: #b2b2b2;
  opacity: 0.90 !important;
  cursor: pointer;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 16px;
  border-radius: 0px 0px 0px 16px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
}
body > .navigation:hover {
  color: #e6e6e6;
}
body > nav {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0px;
  opacity: 0.97 !important;
  font-family: Arial;
  display: table-row;
  z-index: 1;
  display: none;
  padding: 16px;
  padding-bottom: 32px;
  margin: 0px;
  color: white;
  width: 100%;
  border-bottom: 1px solid #666666;
  background: #0d0d0d;
  background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(#080808));
  background: -moz-linear-gradient(-90deg, #121212, #080808);
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.7);
}
body > nav > ul {
  display: table-cell;
  padding: 16px 0px 0px 0px;
  margin: 0px;
}
body > nav > ul li {
  position: relative;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 12px;
  margin: 4px 0px;
  background: #121212;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#050505));
  background: -moz-linear-gradient(-90deg, #1f1f1f, #050505);
  color: #4c4c4c;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 12px;
  border-radius: 12px 0px 0px 12px;
  white-space: nowrap;
}
body > nav > ul li.active {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  background: #1a1a1a;
  color: #e6e6e6;
  z-index: 2;
  padding-right: 1px;
  margin-right: -1px;
}
body > nav > section {
  display: none;
  position: relative;
  left: -1px;
  margin-bottom: 16px;
  margin-left: 105px;
  padding: 16px;
  background: #1a1a1a;
  color: #b2b2b2;
  border: 1px solid #666666;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: top;
}
body > nav > section.active {
  display: table-cell;
}
body > nav > section ul {
  display: inline-block;
  list-style-type: none;
  padding: 0px;
  vertical-align: top;
  margin: 8px;
  font-size: 13px;
}
body > nav > section ul.major {
  color: #e6e6e6;
  border: 1px solid #666666;
  padding: 16px;
  background: #262626;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#212121));
  background: -moz-linear-gradient(-90deg, #2b2b2b, #212121);
  -webkit-box-shadow: 0px 0px 16px black;
  -moz-box-shadow: 0px 0px 16px black;
  box-shadow: 0px 0px 16px black;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
body > nav > section ul.major li:first-child a {
  font-weight: bold !important;
}
body > nav > section ul li {
  padding: 2px 0px;
  margin: 0px;
  text-align: left;
  white-space: nowrap;
}
body > nav > section ul li.title {
  color: #e6e6e6;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 4px;
}
body > nav > section ul li a {
  color: #b2b2b2 !important;
  text-decoration: none;
}
body > nav > section ul li a:hover {
  color: #e6e6e6 !important;
}
body > nav > section ul li a.current:before {
  content: '▶';
  position: relative;
  font-size: 10px;
  left: -12px;
  top: -1px;
  margin-right: -8px;
  color: #1a6eff;
}
body > nav > span {
  font-size: 13px;
  position: absolute;
  z-index: 1001;
  right: 34px;
  bottom: -24px;
  border-top: #080808;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background: #1a1a1a;
  color: #b2b2b2;
  opacity: 0.97 !important;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  padding: 4px 16px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 16px;
  border-radius: 0px 0px 0px 16px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.7);
}
body > nav > span:hover {
  color: #e6e6e6;
}

