﻿/* MENU */
#menu {
  background: linear-gradient(to bottom right, rgb(80, 80, 80) 0%, rgb(32, 32, 32) 125%);
  width: 20%;
  border-right: 2px outset lightgrey;
  border-bottom: 2px outset lightgrey;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 8;
  float: left;
}

#mfix {
  position: relative;
  width: 100%;
  padding: 10px;
}

#mfix2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  overflow: auto;
}

  #mfix2 a {
    color: white;
    display: inline-block;
    font-weight: bold;
  }

  #mfix2 a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
