﻿.menu_header
{
   color:#0b2427;
}

.menu_header:hover
{
   color:white;
}


#menu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 8em;
  margin-top: -2.5em;
}