﻿.nav_li {
    width: 147px;
   }
.sub_bar{
        width: 147px;
        background-color: #087CD6;
        color:white;
        position: absolute;
        z-index: 999;
        display:none;
}
.sub_bar a{
       display:block;
       width:100%;
       height:100%
}
.on{
    background: #0365B1;
}