ul.ch-m {
  margin: 1em 0 1em 0;
  padding: 0;
  background-color: #ffffe1;
  position: relative;
  left: -5px;
}

ul.ch-m li {
  padding: 5px;
  list-style: none;
  font-size: 0.9em;
  border: 1px solid #ffffe1;
  border-radius: 3px;
}
ul.ch-m li:hover {
  border: 1px solid #58aa46;
}
span.sup {
  vertical-align: top; 
  font-size: 8px;
  color: #999;
  float: right;
}
.sel a {
  color: white;
}
.sel a {
  font-weight: bold;
  color: white;
}
div#friend_menu {
  float: right; 
}
div#friend_menu ul li {
  text-decoration: none;
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div#activity {
  border: 1px solid #5B96FF;
  width: 145px;
  margin-bottom: 1em;
  float: left;
  clear: right;
  background-color: #C1D7FF;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
div#activity a {
  color: #000;
}
div#activity ul {
  margin: 0.5em 0.4em 0.5em 0.4em;
  padding: 0;
  font-size: 0.9em;
}
div#activity ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.2em;
}