#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  width:750px;
  }
  
* html #menu2 li {
  float:left;
  }
  
  #menu2 ul {
  width:750px;
  }
#menu2 li {
  display:table-cell;
  }
#menu2 a {
	width:auto;
	display:block;
	padding:4px 50px;
	color:#000;
	background:#aaaa99;
	text-decoration:none;
	font-size: 80%;
	font-weight: bold;
  }
  
* html #menu2 a {
  float:left;
  }  
#menu2 a:hover {
  color:#000; 
  background:#eeddaa;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}
