#menu {
  width: 100px;
  height: 60px;
  /*position: in;*/
  /*left: 85%;*/
  cursor: pointer;
  /*background: url("images/icons/menuButon.png");*/
  /*display: block;*/
  /*margin: 0;padding: 0;*/

  margin: 1px;
/*  background-color: #C98C64;
*/}

dd dt {
  width: 200px;
  height: 30px;
  display: inline-block;
  margin: 0;padding: 0;
/*  background-color: #C98C64;
*/}


dl dd ul {
  width: 200px;
  height: 30px;
  margin:0;
  padding:0;
  text-align: center;
  list-style: none;
  position: relative;
  left:-25px;
}

dd ul li a{
  width: 200px;
  height: 30px;
  display: block;

  line-height: 30px;
  border: 1px;
  border-style: solid;
  border-color:#754e00;
  background-color: #adb37b;
  /*background-color: #e8c6e0;*/
  color: #754e00;
}

dd ul li a:hover {
  width: 200px;
  height: 30px;
  background-color: #8a7732;
  color: #FFF;

}

dl dd{
  display: none;
}
dl:hover dd{
  display: block;

}

