/*   - CSS by www.mini-moz.de -   */

/* -------[ navigation ]------- */

nav {
  top: 90px;
  width: 175px;
  float: left;
  display: relative;
  z-index: 1000;
  position: fixed;
}

nav ul {
  padding: 0;
  margin: 56px 0 25px -15px;
  z-index: 1001;
}

nav ul, nav li {
  list-style: none;
  margin: 0;
}

nav ul li a {
  display: block;
  text-decoration: none;
  padding: 2px 15px;
  z-index: 1002;
}

#goimp {
  cursor: pointer;
}

nav ul li.active a {
  background-color: inherit;
  color: #080;
  font-weight: bold;
}



/* -------[ menu info ]------- */

.mmoz-info, .mmoz-link, .mmoz-info a, .mmoz-link a {
  background-color: inherit;
  color: #ccc!important;
  font-weight: bold;
  font-variant: small-caps;
}

.mmoz-info a:hover, .mmoz-link a:hover, .mmoz-info a:focus, .mmoz-link a:focus {
  background-color: inherit;
  color: #99f!important;
}

.mmoz-link {
  top: 20px;
  left: 12%;
  margin-left: 4%;
/*  right: 12%;
  margin-right: 350px;*/
  position: fixed;
}



/* -------[ in-menu ]------- */

#rumg-info a {
  cursor: help;
}

