.menu2 {
  padding:0; 
  margin:0 0 0 202px; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu2 li {
  float:left;
  
  }
.menu2 a {
  position:relative;
  display:block; 
  text-decoration:none; 

  float:left; 
  }
* html .menu2 a {
  width:100px;
  }
.menu2 a span {
  display:block; 
  color:#fff;
  font-family:arial, sans-serif; 
  font-size:12px;
  background:#242424; 
  
  text-align:center; 
  padding:2px 12px; 
  cursor:pointer;
  }
* html .menu2 a span {
  width:100px; 
  cursor:hand; 
  w\idth:66px;
  }
  .menu2 a:hover {
  background:#999;
  }
.menu2 a:hover span {
  color:#fff; 
  background:#999;
  }
