/*@tokc-yellow: #FFDE83;*/
.topDropdownMenuOuter {
  display: none;
  position: absolute;
  top: 49px;
  z-index: 1050;
  left: 15px;
}
.topDropdownMenuOuter .topDropdownMenu {
  padding: 0;
  width: 265px;
}
.topDropdownMenuOuter .topDropdownMenu .glyphicon-triangle-right {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.topDropdownMenuOuter .topDropdownMenu .list-group-item {
  padding-right: 25px;
}
.topDropdownMenuOuter .topDropdownMenu .list-group-item a {
  padding: 0;
  white-space: normal;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  clear: both;
}
.topDropdownMenuOuter .topDropdownMenu .list-group-item .subMenu {
  display: none;
  position: absolute;
  width: 105%;
  left: 99%;
  top: -1px;
  z-index: 10;
}
.topDropdownMenuOuter .topDropdownMenu .list-group-item:hover > .subMenu {
  display: block;
}
