#menu h2 {
  margin-bottom: 15px !Important;
}

#menu .menu_group {
  position: relative;
  background-color: #ffffff;
  opacity: .8;
  padding: 10px;
  margin: 5px 0px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 1px rgba(0,0,0,.4);
  -moz-box-shadow: 1px 1px rgba(0,0,0,.4);
  -webkit-box-shadow: 1px 1px rgba(0,0,0,.4);
}

#menu .menu_main {
  color: #257aaf;
  font-size: 14px;
}

#menu .menu_actions {
  position: absolute;
  top: 11px;
  right: 6px;
  text-align: right;
}

#menu .menu_actions a {
  color: #257aaf;
  padding: 2px 4px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#menu .menu_actions a:hover {
  color: #ffffff;
  background-color: #257aaf;
  text-decoration: none;
}

#menu .menu_items {
  max-height: 170px;
  overflow-y: auto;
  margin-right: -9px;
  margin-bottom: 0px;
  padding: 5px 9px 0px 0px;
}

#menu .menu_items table {
  width: 100%;
}

#menu .menu_items table td:last-child {
  text-align: right;
}

#menu .menu_items table td:first-child {
  text-align: left !important;
}

#menu .menu_items a {
  color: #1a1b4e !important;
}

