.menuFrame {
	width: 66%;
	height:53px;	
	margin: 0 auto;              /* centers horizontally */
	background-color: transparent;
	border: none;
	display: block;
	overflow: hidden;            /* hides scrollbars */
	text-decoration:none;
	color:#eeeeee;	
}

.menuFrame {
  -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none;     /* Firefox */
}
.menuFrame::-webkit-scrollbar {
  display: none;             /* Chrome/Safari */
}

 .menuInner {
	width:100%;
    border-collapse: collapse;
    margin: auto;
	cellpadding:0px;	
  }
 
 .menuInner td {
    width:13%;
	height:auto;	
	padding: 4px 6px;
    background-color: #222222;
	margin: auto;
	text-align:center;
	vertical-align: middle;
	line-height: 1.2em;
	border: 6px ridge grey;
	font-size:0.8em;
  }
 
 .menuInner a {
	font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #eeeeee;
    font-weight: bold;
	font-size:0.8em;
	vertical-align: middle;
  }
.menuInner   a:hover {
    color: #ddd;
  }