#menu{
  width:100%;
  height:32px;
  background:#ffffff;
  padding:0px 30px 0px 60px;
  border-style: solid none solid none;
  border-width: 1px;
  border-color:#808080;
}
#menu ul{
  height:30px;
  width:782px;
  border-style: none solid none none;
  border-width: 1px;
  border-color:#808080;
}
#menu ul li{
  display:block;
  width:130px;
  height:30px;
  float:left;
  background:#ffffff;
  border-style: none none none solid;
  border-width: 1px;
  border-color:#808080;
}
#menu li a{
  display:block;
  width:130px;
  height:30px;
  padding:4px 0px 0px 0px;
  font-size:16px;
  float:center;
  text-align:center;
  text-decoration:none;
  line-height:25px;
  color: #000000;
}
#menu li a:hover{
  color: #000000;
  background:#F6CED8;
}