#editmenu{
  float:left;
  margin-top:10px;
  padding-top:0px;
  padding-left:0px;
  /*background:#fffc00; */
}

div.menu1 {
  font-size:10pt;
  height:565px;
  width:680px;
  /*width:1040px;*/
  /*background-color:#FDFDBD;*/
  overflow:auto;
  overflow-x:hidden;
  /*border:1px solid #602E15;*/
  padding-left:0px;
}

table.normaltab {
  width:680px;
  border:1px solid #bacbdf;
  }
  
table.normaltab th {
  vertical-align: top;
  font-size:0.82em;
  font-weight: bold;
  text-align:left;
  color: #000000;
  background:#dfbb85;
  }
  
table.normaltab th a {
  vertical-align: top;
  font-size:0.99em;
  font-weight: bold;
  text-align:left;
  color: #000000;
  background:#dfbb85;
  background-position: bottom;
  }
  
table.normaltab td.a {
  vertical-align: middle;
  font-size:0.82em;
  font-weight: normal;
  color: #000000;
  background: #faf9ea;
  }

table.normaltab td.c {
  vertical-align: top;
  font-size:0.82em;
  font-weight: normal;
  color: #000000;
  background: #dfbb85;
  }