

.Menu {
    height : 140px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    width : 617px;
  }


.MenuTitle {
    font-weight: bold;
    font-style: italic;
    color: rgb(102, 102, 0);
    font-size: x-large;
  }


.MenuBackHome {
    float:right;
  }


.MenuLogo {
    float: right;
  }


.Menu ul {
    float:left;
    width:80%;
    padding:0;
    margin:0;
  }


.Menu li {
    display : inline;
    float : left;
    font-weight : bold;
    padding-top : 10px;
    width : 25%;
  }


.Menu li:hover {
    background-color : white;
  }


.Menu a:hover {
    text-decoration : none;
  }


