.contacts {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    width: 300px;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 2px #000;
    font-size: 13px;
    line-height: 1.3em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(78, 58, 24, 0.7);
    padding: 20px;
    border-radius: 0 30px 30px 0;
    height: 100%;
    overflow: hidden;
}


.banners_table {
    margin: 15px 0;
    padding: 10px 0 10px;
    position: relative;
    z-index: 10;
    width: 720px;
    border-radius: 30px;
    box-shadow: inset 0 0 1px #fff, 0 2px 5px #8c8c8c;
}

.menu .level-1 {
    display: none;
    position: absolute;
    top: 31px;
    border-radius: 0 3px 3px 3px;
    min-width: 200px;
    z-index: 11;
    text-align: left;
    color: #004777;
    text-shadow: 0 0 1px #fff;
    background: #f2f1ea;
}
<style>
      table {
        width: 100%;
      }
      td, th {
        padding: 7px 12px 5px 12px;
      }
      th {
        text-align: left;
        padding: 17px;
        background-color: #f2f2f2;
        color: #c0c0c0;
      }
      tr:nth-child(even) { background-color: #dddddd; }
 tr:hover { background-color: #F0E68C; }