.menu {
    background-color: #ffcc00 ;
    color: inherit ;
    border-style: solid ;
    border-width: 2px ;
    border-color: #e9cf6f #a27f00 #a27f00 #e9cf6f ;
    padding: 0px 1px 1px 0px ;
    position: absolute ;
    left: 0px ;
    top: 0px ;
    text-align: left ;
    visibility: hidden ;
    z-index: 101 ;
  }
  
.menu, .menuShadow {
  /*
  -moz-border-radius: .75em ;
  border-radius: .75em ;
  */
}

.menu a.menuItem {
  cursor: default ;
  display: block ;
  text-decoration: none ;
  padding: 3px 1em ;
  white-space: nowrap ;
  color: #c06000 ;
  background-color: inherit ;
  border: 1px solid #ffcc00 ;
  font-weight: bold ;
}

.menu a.menuItem:hover {
  background-color: #f09030 ;
  border: 1px solid ;
  border-color: #a27f00 #e9cf6f #e9cf6f #a27f00 ;
  color: #ffff00 ;
  cursor: pointer ;
  left: 1px ;
  top: 1px ;
  /*
  -moz-border-radius: .75em ;
  border-radius: .75em ;
  */
}
