

.dropdown-submenu1 {
    position: relative;
}

.dropdown-submenu1>.dropdown-menu {
    top: 20px;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu1:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu1>a:after {
    display: block;
    /* content: " "; */
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu1:hover>a:after {
    border-left-color: #fff;
}

.min-wdth-100{
	min-width: 100px !important;
}

