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