﻿
.lml-header-menu-item {
    position: relative;
}
.lml-header-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
    .lml-header-submenu, .lml-header-submenu.dropdown-menu {
        min-width: auto;
        width: 100%;
    }
.lml-header-submenu.s-open {
    display: block;
}
    .lml-header-submenu > li > a, .lml-header-submenu.dropdown-menu > li > a {
        display: block;
        clear: both;
        font-size: 14px;
        color: #000;
        font-weight: normal;
        line-height: 1.428571429;
        white-space: nowrap;
        text-align: center;
        padding: 4px 10px;
    }

    .lml-header-submenu > li > a:hover, .lml-header-submenu > li > a:focus {
        background-color: #e8e8e8;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));
        background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: -moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
        background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)
    }

    .lml-header-submenu > .active > a, .lml-header-submenu > .active > a:hover, .lml-header-submenu > .active > a:focus {
        background-color: #357ebd;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));
        background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
        background-image: -moz-linear-gradient(top,#428bca 0,#357ebd 100%);
        background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)
    }
