.k-dropdown-menu {
    *background: #c4c7c8 none repeat scroll 0 0;
}
.k-dropdown-menu a, .k-dropdown-menu a:link, .k-dropdown-menu a:visited {
    color: #393939;
    padding: 5px 9px;
    text-decoration: none;
}
.k-dropdown-menu a:hover, .k-dropdown-menu li.dropdown-menu-hover > a {
    color: #000;
}
.k-dropdown-menu li:hover, .k-dropdown-menu li.dropdown-menu-hover {
    *background: #e0e2e2 none repeat scroll 0 0;
}
.k-dropdown-menu ul {
    background: #e0e2e2 none repeat scroll 0 0;
    border: 1px solid #c4c7c8;
}
.k-dropdown-menu ul li:hover, .k-dropdown-menu ul li.dropdown-menu-hover {
    background: #c4c7c8 none repeat scroll 0 0;
}
.dropdown-menu-shadow {
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.k-dropdown-menu {
    display: inline-block;
    white-space: nowrap;
}
.k-dropdown-menu, .k-dropdown-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.k-dropdown-menu ul {
    display: none;
    position: absolute;
    z-index: 1000000;
}
.k-dropdown-menu ul ul {
    left: 100%;
    top: 0;
}
.k-dropdown-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.k-dropdown-menu li a {
    display: block;
}
.k-dropdown-menu ul li {
    display: block;
    position: relative;
}
span.dropdown-menu-sub-indicator {
    background-color: transparent;
    background-image: url("arrows-000000.png");
    background-position: 0 -100px;
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block;
    height: 10px;
    margin-left: 0.4em;
    overflow: hidden;
    vertical-align: baseline;
    width: 10px;
}
span.dropdown-menu-sub-indicator::before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
}
.k-dropdown-menu li:hover > a > span.dropdown-menu-sub-indicator, .k-dropdown-menu li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px -100px;
}
.k-dropdown-menu ul span.dropdown-menu-sub-indicator {
    background-position: 0 0;
}
.k-dropdown-menu ul li:hover > a > span.dropdown-menu-sub-indicator, .k-dropdown-menu ul li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px 0;
}
.dropdown-menu-vertical {
    width: 250px;
}
.dropdown-menu-vertical li {
    display: block;
    position: relative;
}
.dropdown-menu-vertical span.dropdown-menu-sub-indicator {
    background-position: 0 0;
}
.dropdown-menu-vertical li:hover > a > span.dropdown-menu-sub-indicator, .dropdown-menu-vertical li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px 0;
}
