.menuHead {
  width:150;
  background: yellow;
  border-style:outset;
  border-width:2px;
  border-color:black;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
  font-size:12px;
  color:red;
}
.dropDownMenu {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width:154;
  position:relative;
  background-color:yellow;
  font-size:8px;
}
.dropDownMenuItem {
  font-family: verdana;
  font-size: x-small;
  cursor:pointer;
  color:white;
  font-weight:bold;
  text-decoration:none;
  white-space: nowrap;
}
