/*Menu start here*/	
ul#bijuu {
	/* background: #42230ea3; */
    padding: 10 0;
    border-radius: 7px;
    height: 14%;
    font-size: 25px;
    text-align: center;
    /* border: 4px double rgb(181, 125, 82); */
    margin: 20 0;
}
/* ul#bijuu li:hover { */
  /* width: 85; */
  /* height: 90; */
  /* background: rgb(179, 179, 179); */
  /* border-radius: 4px; */
  /* border: 2px; */
/* } */
ul#bijuu li {
width: 80;
    padding: .7% 3%;
    background: none;
    height: 80px;
    border: 4px double transparent;
    transition: .7s all;
    list-style: none;
    display: inline-flex;
}
ul#bijuu a {
    outline: none;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
/* ul#bijuu li a div { */
  /* float: right; */
  /* width: 60%; */
/* } */

ul#bijuu img {
    max-width:90px;
    max-height:90px;
    width: auto;
    height: auto;
}
/*Menu ends here*/	