.sm-simple {
    }
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    text-decoration: none;
    }
.sm-simple a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.08);
    }
.sm-simple a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
    }
.sm-simple a.current {
    background: #333;
    color: #c29704
    }
.sm-simple > li:first-child {
    border-top: 0;
    }
.sm-simple ul {
    background: rgba(68, 68, 68, 0.85);
    }
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
    border-left: 8px solid transparent;
    }

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
    border-left: 16px solid transparent;
    }
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
    border-left: 24px solid transparent;
    }
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
    border-left: 32px solid transparent;
    }
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
    }

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */

 
.sm-simple {
    background: #444;
    }
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    line-height: 32px;
    padding: 0 12px;
    color: #fff;
    }
.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #333;
    color: #c29704;
    }
.sm-simple a.current {
    background: #333;
    color: #c29704;
    }
.sm-simple a.disabled {
    background: white;
    color: #cccccc;
    }
.sm-simple a.has-submenu {
    padding-right: 32px;
    }
.sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px 4px 0 4px;
    border-style: solid dashed dashed dashed;
    border-color: #ddd transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    }
  .sm-simple a:hover span.sub-arrow, .sm-simple a:focus span.sub-arrow, .sm-simple a:active span.sub-arrow {
    border-color: #eee transparent transparent transparent;
    }
  .sm-simple a.highlighted span.sub-arrow {
    border-color: #c29704 transparent transparent transparent;
    }
  .sm-simple a.disabled span.sub-arrow {
    border-color: #ddd transparent transparent transparent;
    }
 .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
    }
  .sm-simple > li {
    border-top: 0;
    }
  .sm-simple > li:first-child {
    border-left: 0;
    }
  .sm-simple ul ul {
    background: #606060;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }
  .sm-simple ul a {
    border: 0 !important;
    }
  .sm-simple ul a.has-submenu {
    padding-right: 34px;
    }
.sm-simple ul a span.sub-arrow {
    right: 10px;
    margin-top: -3.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #eee;
    }
  .sm-simple ul a:hover span.sub-arrow, .sm-simple ul a:focus span.sub-arrow, .sm-simple ul a:active span.sub-arrow, .sm-simple ul a.highlighted span.sub-arrow {
    border-color: transparent transparent transparent #c29704;
    }
  .sm-simple ul a.disabled span.sub-arrow {
    border-color: transparent transparent transparent #eee;
    }
.sm-simple ul > li {
    border-left: 0;
    }
.sm-simple ul > li:first-child {
    border-top: 0;
    }
}
