.submenu {
  position: relative;
  z-index: 1000;
  top: 2px;
}
.submenu .nav-tabs > li {
  margin-right: 2px;
}
.submenu .nav-tabs > li > a {
  font-weight: bold;
  background: #ededed;
  background: -moz-linear-gradient(top,#f2f2f2 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#f2f2f2 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#f2f2f2 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#f2f2f2 0%,#e8e8e8 100%);
  background: linear-gradient(top,#f2f2f2 0%,#e8e8e8 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #f2f2f2 ,endColorstr= #e8e8e8 ,GradientType=0);
  padding: .5rem .75rem;
  color: #797A7D;
}
.submenu .nav-tabs > li .active {
  background: #ffffff;
  background: -moz-linear-gradient(top,#fff 0%,#fff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#fff 0%,#fff 100%);
  background: -o-linear-gradient(top,#fff 0%,#fff 100%);
  background: -ms-linear-gradient(top,#fff 0%,#fff 100%);
  background: linear-gradient(top,#fff 0%,#fff 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #fff ,endColorstr= #fff ,GradientType=0);
}
.submenu .nav-tabs > li:hover > a {
  background: #ffffff;
  background: -moz-linear-gradient(top,#fff 0%,#fff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#fff 0%,#fff 100%);
  background: -o-linear-gradient(top,#fff 0%,#fff 100%);
  background: -ms-linear-gradient(top,#fff 0%,#fff 100%);
  background: linear-gradient(top,#fff 0%,#fff 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #fff ,endColorstr= #fff ,GradientType=0);
}
