#menu1 {
  display:table;
  list-style-type:none;
  white-space:nowrap;
  }
#menu1 li {
  display: table-cell;
  }
* html #menu1 li {
  float:left;
  }
#menu1 a {  
	display:block; 
	padding: 5px 3px; 
	color: White; 
	font-size: 13px; 
	font-weight: bold; 
	background: #1E90FF; 
	border:solid 1px; 
	text-decoration:none;
	}
* html #menu1 a {
  float:left;
  }
#menu1 a:hover {
  color:#000; 
  background: #d4d4d4;
  }



#menu2 {
  display:table;
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a { 
	display:block; 
	padding:4px 7px; 
	color:#fff; 
	font-size: 16px;
	font-weight: bold; 
	background:#00cc30; 
	border:solid 1px; 
	text-decoration:none;
	}
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  background:#d4d4d4;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}
