.clear {
clear: both;
}

table.menutab {  /* */
height: auto;
margin: 0 auto 1em;
text-align: center;
font-size: 98%;
font-family: Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
border: 1px solid #4682b4;
border-collapse: collapse;
width: 800px;
}

.menutab tr {
border-top: 1px solid #4682b4;
}

.menutab td {
height: auto;
vertical-align: middle;
text-align: center;
background-color: #fffacd;
border-left: 1px solid #4682b4;
padding: 0;
margin: 0;
width: 20%;
line-height: 1.1;
}

.menutab a:link, .menutab a:visited {
color: black;
display: block;
padding: 0.2em 1em;
text-decoration: none;
border: none;
background-color: #fffacd;
line-height: 1.1;
}

.menutab a:hover { 
height: auto;
display: block;
color: black;  
padding: 0.2em 1em;
width: auto;
background: #fff;
border: none;
line-height: 1.1;
}
