
  .submenu {
            position: absolute;
            left: 50%;
            top: 99.9%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            overflow: hidden;
            background: #fff;
        }
        
        .submenu p {
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
        
        }
      
        .submenu a {
            display: block;
            padding: 0 0.9rem 0 1.6rem;
            font-size: 0.8rem;
            color: #333333;
                white-space: nowrap;
            line-height: 2.5rem;
            position: relative;
            border-bottom: 1px dotted #333333;
            text-align: left;
        }
        
          .submenu a:last-child {
            border-bottom: 0
        }
       
        
        .submenu a:hover {
            font-weight: bold;
        }
        
        .submenu a:hover:before {
           border-bottom: 0;
           
        }
        
         .h_nav li .submenu p a:hover{   
           color: #00447b;
        
         }
        
       .h_nav li .submenu p a{   
        height: auto;
    font-weight: normal;
    color: #333;
       }
        
      .h_nav li.prok2:hover .submenu{height: 100px;max-height: 200px;}
      .h_nav li.prok2:hover .submenu p:before{opacity: 1;}

