 
.leftMenu {
    background: #24637A;
    left: -1000px;
    position: fixed;
    top: 0px;
    display: block;
    height: 100%;
    width:400px;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    /*overflow: auto;*/box-shadow: 0px 1px 15px 1px #444; 
}

.leftMenu.menu-open {
    left: 0;
}
 

.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    } 
	
	
	
.test ul{
float:left;
margin:0;
padding:0;
list-style-type:none;
}
.test ul li{
position:relative;
}
.test ul li a{
display:block;
text-align: right;
text-decoration:none;
width:320px;
height:50px; padding-right:80px;
line-height:50px;
color:#fff;   
font-size:18px; background: url(../image/bbb.png) 90% center no-repeat;  border-bottom:1px #27647B solid; 
}
.test ul li:hover ul li a{width:150px; font-size:17px; padding-right:50px;}
.test ul li:hover ul li:hover ul li a {width:140px; font-size:15px; padding-right:30px; line-height:40px;height:40px; overflow:hidden;}
.test ul li a:visited{
display:block;
text-align: right;
text-decoration:none;
width:200px;
height:50px; padding-right:80px;
line-height:50px;
color:#fff;   
font-size:18px;
}
.test ul li ul{
display:none;
clear:right;
margin-left:400px;
margin-top:-30px; 
}
.test ul li ul li ul{
display:none;
clear:right;
margin-left:200px;
margin-top:-30px; height: 260px;
    overflow-y: auto;
}
.test ul li:hover ul{
display:block;
position:absolute;
top:31px;
left:0;
width:200px;
}
.test ul li:hover ul li ul{
display:none;}

.test ul li ul li:hover ul{
display:block;
position:absolute;
top:31px;
left:0;
width:200px;
}
.test ul li:hover ul li a{
background:#317188;
color:#fff; border-bottom:1px #317188 solid;
}


.test ul li:hover ul li:hover ul a{
background:#528ba1;
color:#fff; border-bottom:1px #528ba1 solid;
}
.test ul li:hover ul li:hover ul a:hover{
background:#1F5468;  border-bottom:1px #fff solid;
}

.test ul li:hover ul li:hover a{
background:#1F5468;  border-bottom:1px #fff solid;
}
.test ul li:hover a{
color:#fff;
background:#1F5468  url(../image/bbb.png) 90% center no-repeat; border-bottom:1px #fff solid;
}