@charset "UTF-8";
.menu{
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  color: #ffffff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left : 20px;
  text-align: center;
}
.menu li{
  position: relative;
  width: 120px;
  margin-left: 1px;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 5px;
  background-color : #7d7dff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  color : white;
}
.menuSub{
  position: absolute;
  margin-left: -6px;
  padding: 0;
  display: none;
}
.menuSub li a{
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: block;
  color : white;
  text-decoration: none;
}
.menuSub li a:hover{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #7050ed;
  transition:0.5s;
} 