div.menu {
  width: 200;
  height: 60;
  position: fixed;
  top: 50px;
  /*left: 200px;*/
  cursor: pointer;
/*  background: url("images/icons/menuButon.png");
  display: block;
  margin: 0;padding: 0;
*/
  margin: 1px;
/*  background-color: #C98C64;
*/
  z-index: 2;
}

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


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

    z-index: 2;

}

dt {
  z-index: 2;
}

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

  line-height: 30px;
  border: 1px;
  border-style: solid;
  border-color:#000000;
  background-color: #ffffff;
  color: #000000;

    z-index: 2;

}

dd ul li a:hover {
  width: 200px;
  height: 30px;
  background-color: #dec8c7;
  color: #000000;

  z-index: 2;

}

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

}

