#background_main {
background-color: white
}

#dark_colour {
color: #778a7a;
background-color: #778a7a;
}

#mid_colour {
color: #A4B19F;
background-color: #A4B19F
}

#light_colour {
color: #D6DAD3;
background-color: #D6DAD3;
}


    .nav_menu {
      width: 95%;
      margin: 0;
      padding: 5;
      background: gray none; 
     
    }
    
    .nav_menu  ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    
    .nav_menu  li {
      padding: 0;
      float: left;
      width: 95%;
      margin-right: 0;
      background: gray;
      text-align: left;
      font-family: Verdana;
      font-size: 8pt;
      font-weight: normal; 
      border-bottom:1px solid white;
    }
    
    .nav_menu  a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: white;
      height: 17px;
    }
    
    .nav_menu  a:hover {
      background: black none;
      
      text-decoration: underline;
      height: 17px;

 }