#menu1 {
  width:1050px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:120px;
  border:1px solid #fff; 
  }
#menu1 a {
  display:block;
  width:120px;
  color:#666666; 
  background:white; 
  text-align:center; 
  padding:2px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#664dff; 
  text:#768FBE;
  text-decoration:underline; 
  }

.container {clear:both; text-decoration:none;}
