ul.SimpleContextMenu {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica;
  font-size: 8px;
  list-style-type: none;
  border: 1px solid #000000;
}
ul.SimpleContextMenu li {
  border-bottom: 0px solid #eeeeee;
}
ul.SimpleContextMenu li a {
  display: block;
  width: 160px;
  padding: 2px 10px 3px 10px;
  text-decoration: none;
  color: #333333;
  background: #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
ul.SimpleContextMenu li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #0033cc;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
li.hrule {
  height: 2px;
  width: 100%;
  border-top: 1px solid #000000;
}
.mcm {
  display: inline;
  font-family: verdana, arial, helvetica;
  font-size: 7pt;
}
.mcm a {
  cursor: pointer;
  text-decoration: none;
}
.mcm a:hover {
  cursor: pointer;
  background-color: #dddddd;
}
.vcm {
  display: inline;
  font-family: verdana, arial, helvetica;
  font-size: 7pt;
}
.vcm a {
  cursor: pointer;
  text-decoration: none;
}
.vcm a:hover {
  cursor: pointer;
  background-color: #dddddd;
}

.gcm {
  display: inline;
}
.gcm:hover {
  cursor: pointer;
  background-color: #dddddd;
}
.tcm {
  display: inline;
  font-family: verdana, arial, helvetica;
  font-size: 9pt;
}
.tcm a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
.tcm a:hover {
  cursor: pointer;
  background-color: #dddddd;
}
.xcm {
  font-family: verdana, arial, helvetica;
  font-size: 7pt;
}

.cm {
  display: inline;
}
.cm:hover {
  cursor: pointer;
  background-color: #dddddd;
}
