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