.menuListButton {/* menu item */
            text-align: left;
            background-color: lightgreen;   /* color of menu item */
            font-weight: bolder;  
            padding-right: 20px;   /* inside button space right */
            padding-left: 20px;   /* inside button space left*/
            border: 1px solid blue;   /* color between buttons */
            height:60px            
}
.menuList {background-color: gray;
           width: 400px;  
           border-collapse: collapse;  /* merge table and button borders */
  }
