.menu {
  position: absolute;
  visibility: hidden;
  width: 200px;
  border-bottom: 3px solid  rgb(216,210,200);
  border-right: 3px solid rgb(216,210,200);
  border-left: 3px solid rgb(216,210,200);
  border-top: 3px solid rgb(216,210,200);
  border-style: ridge;
  /*margin: 3px;*/
  cursor: default;
  background-image: url("http://www.warnersession.com/images/bg.jpg");
  font-family: Centaur,sans-serif,'Bodoni Roman',Verdana,Arial,Helvetica,sans-serif;
  font-size: 12pt;
}


.WSsubmenuDiv, .WSmenuitemDiv {
  padding: 1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  cursor: default;
}

.WSsubmenu,.WSmenuitem {
  padding: 1px;
  color: black;
  text-decoration: none;
}

.WSsubmenu:hover, .WSmenuitem:hover {
  color: white;
}

.WSmenutitle   {
  padding: 1px;
  color: black;
  font-weight: bold;
  text-align: center;
}
