#menu_btn {
   
   background-color: black;
   width: 16.51%;
   float: left;
   display: block;
   color: white;
   text-align: center;
   padding: 2;
   text-decoration: none;
   }



a:link {   
   color: white;   
   background-color: transparent;   
   text-decoration: none;
   }

a:visited {
   color: white;
   background-color: transparent;
   text-decoration: none;
   }

a:hover {
   color: orange;
   background-color: transparent;
   text-decoration: none;
   }

a:active {
   color: red;
   background-color: transparent;
   text-decoration: none;
   }