.menu-ui {
    background:#fff;
    position:absolute;
    top:10px;right:10px;
    z-index:1;
    border-radius:3px;
    width:120px;
    border:1px solid rgba(0,0,0,0.4);
}
.menu-ui a {
    font-size:13px;
    color:#404040;
    display:block;
    margin:0;padding:0;
    padding:10px;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,0.25);
    text-align:center;
}
.menu-ui a:first-child {
    border-radius:3px 3px 0 0;
}
.menu-ui a:last-child {
    border:none;
    border-radius:0 0 3px 3px;
}
.menu-ui a:hover {
    background:#f8f8f8;
    color:#404040;
}
.menu-ui a.active {
    background:#b30000;
    color:grey;
}
.menu-ui a.activep {
    background:#99CCCC;
    color:grey;
}
.menu-ui a.actives {
    background:#003399;
    color:grey;
}
.menu-ui a.activeo {
    background:#000033;
    color:grey;
}
.menu-ui a.activel {
    background:#444041;
    color:grey;
}
.menu-ui a.activeh {
    background:#E25822;
    color:grey;
}
.menu-ui a.active:hover {
  
}
.legend label,
.legend span {
  display:block;
  float:left;
  height:15px;
  width:20%;
  text-align:center;
  font-size:9px;
  color:#808080;
  }