.menu {
      display: none;
	  padding: 4px 4px 4px 4px;
      margin-left: 15px;
      color: #000;
	  position: absolute;
      left: 225px; /* width: 30%; */
      top: 45px; /* 80 pixels from the top */
      /*background-color:#ffffff;*/
      }

.menu a {
      color: #ffffff;
      background-color:#025c9b;
      }

.menu a:hover {
      color: #ffffff;
      margin-left: 20px;
      background-color:#6e0001;
      }
	 
	 
	  /*second menu button*/
.menu2 {
      display: none;
      padding: 4px 4px 4px 4px;
      margin-left: 15px;
      color: #000;
	  position: absolute;
      left: 400px;  /* width: 30%; */
      top: 45px; /* 80 pixels from the top */
      /* background-color:red; */
      }

.menu2 a {
      color: #ffffff;
      background-color:#025c9b;
      }

.menu2 a:hover {
       color: #ffffff;
       margin-left: 20px;
       background-color:#6e0001;
      }
	  
	   
	   /*third menu button*/
.menu3 {
      display: none;
      padding: 4px 4px 4px 4px;
      margin-left: 15px;
      color: #000;
	  position: absolute;
      left: 528px;  /* width: 30%; */
      top: 45px; /* 80 pixels from the top */
      /* background-color:red; */
      }

.menu3 a {
      color: #ffffff;
      background-color:#025c9b;
      }

.menu3 a:hover {
       color: #ffffff;
       margin-left: 20px;
       background-color:#6e0001;
      }
    