﻿#mySidenav a
        {
            position: absolute;
            left: -155px;
            transition: 0.3s;
            padding: 12px;
            padding-right:5px;            
            width: 170px;
            text-decoration: none;
            font-size: 14px;
            color: white;
            border-radius: 0 5px 5px 0;            
            height: 15px;
            font-family:Verdana;
            text-align:right;
           
        }
        #mySidenav a:hover
        {
            left: 0;                        
        }
         #Home
        {
            top: 150px;
            background-color: #1AB5CB;
            font-family:Verdana;
            z-index:2;            
        }
        #about
        {
            top: 190px;
            background-color: #4CAF50;
            font-family:Verdana;
            z-index:2;
        }
        #law1
        {
            top: 230px;
            background-color: #f48024;
            font-family:Verdana;
            z-index:2;
        }
        #law2
        {
            top: 270px;
            background-color: #F5749D;
            font-family:Verdana;
            z-index:2;
        }
        #Gallery
        {
            top:310px;
            background-color: #db918c;
            font-family:Verdana;
             z-index:2;
        }
        #branch
        {
            top: 350px;
            background-color: #c8a4dd;
            font-family:Verdana;
             z-index:2;
        }
        #BT
        {
            top: 390px;
            background-color: #8F9D9E;
            font-family:Verdana;
             z-index:2;
        }
       
       
       