.menuEntry {
  cursor: pointer;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  color: #555555;
  text-align: left;
  text-decoration: none;
}

.menuEntryHover {
  cursor: pointer;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3366CC;
  /*color: #FFFFFF;*/
  text-align: left;
  text-decoration: none;
}

.popUpMenu {
  /*background-color: #99CCFF;*/
  background-color: #FFFFFF;
  white-space: nowrap;
  width: auto;
  font-family: Helvetica, sans-serif;
  font-size: 11pt;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.menuLink {
  color: inherit;
  white-space: nowrap;
  font-size: inherit;
  text-decoration: none;
}

.menuItem {
  cursor: pointer;
  white-space: nowrap;
  /*color: #3366CC;*/
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  background-color: white;
}

.menuItemHover {
  cursor: pointer;
  white-space: nowrap;
  /*color: #FFFFFF;*/
  background-color: #f5f5f5;
  color: #3366CC;
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
}