#root ul, #root ul ul  {
  position: absolute;
  float:    none;
  margin:   2px 0 0 -11px;
  display:  none;
  list-style: none;
}
#root ul ul {
  margin: -23px 0 0 166px;
}

#root ul li,
#root ul ul li {
  width:        160px!important;
  margin:       0;
  line-height:  22px;
  padding-left: 5px;
  float:        none;
  clear:        both;
  text-align:   left!important;
  font-size:    12px!important;
  background:   #0A1A50;
  border-top:   1px solid #E6E6E6;
  border-left:  1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
#root ul li.first, #root ul ul li.first {
  border-top:  1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}
#root ul li.last, #root ul ul li.last {
  background:    #0A1A50;
  border-bottom: 1px solid #E6E6E6;
}

