 
.submenu {
    display: none;
       background: #ededed;
    font-size: 14px;}

 .submenu li {
    border-bottom: 1px solid #4b4a5e;}

 .submenu a {
    display: block;
    text-decoration: none;
    
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;}

 .submenu a:hover {
 
    color: #0c69bd;}
 
.open:hover{border-left:0!important;  color: #0c69bd;}
.open>a{    background: #085397;     border-bottom: 1px dashed #cccccc!important;color: #fff!important;}

