#uhuru-sidebar {
  margin-bottom: 5px;
  padding-bottom: 0;
}
#uhuru-menu {
  width: 140px;
  position: absolute;
  z-index: 1;
}
#uhuru-menu a {
  color: black;
  background-color: #050;
  text-align: center;
  padding: 2px;
  font-weight: bold;
  display: block;
  border: 1px solid #777;
  text-decoration: none;
}
#uhuru-menu a:hover {
  color: white;
  background-color: red;
}
#uhuru-alert a, #uhuru-other a {
  font-size: 10px;
  color: black;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
  background-color: white;
}
#uhuru-alert img, #uhuru-other img {
  display: block;
  width: 150px;
}