<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DROP DOWN MENU CSS*/
/* .DDMenu is the system menu in the admin area */
/* #ctlMenu_pnlMenu references the menu created by ctlNewMenu (the instance name in index.aspx is "ctlMenu") */

#ctl-menu-bg {
    /*background-color:#2b4560;*/
    width: 100%;
    height: 45px;
    z-index: 901;
    margin-left: 0px;
    border-left: rgb(233,233,233) solid;
    border-right: rgb(233,233,233) solid;
    background-color: #f4f4f4;
}

#ctlMenu_pnlMenu {
    margin-left: 0px;
    padding: 0;
    z-index: 900;
    width:100%;
    float: left;
	
    
}


    #ctlMenu_pnlMenu ul li {
        float: left;
        display: block;
        font-weight: normal;
        /*background-color:#2b4560;*/
        position: relative;
        margin: 0;
        font-size: 14px;
     
    }

    #ctlMenu_pnlMenu &gt; div &gt; ul &gt; li &gt; a {
        color: black;
        z-index: 900;
        display: block;
        padding: 8.5px 6px;
        margin-left: 3px;
        position: relative;
    }

    #ctlMenu_pnlMenu a.menuActive {
        /*background-color: #ffffff;*/
        color:#41BBBC;
	
    }
	
	  .topMenu { border-right: 0.5px solid #ffffff;}

    #ctlMenu_pnlMenu &gt; div &gt; ul &gt; li &gt; a:hover {
       
        color: black;
        opacity: .7;
    }

    #ctlMenu_pnlMenu ul ul {
        list-style: none;
        margin: 0;
        background-color: #ffffff;
        display: none;
        position: absolute;
        z-index: 950;
       
        padding-top: 0px;
        padding-bottom: 0px;
        border: 1px solid #888888;
        margin-left: 3px;
        white-space: nowrap;
        width: auto;
    }

    #ctlMenu_pnlMenu ul:first-child li ul {
        margin-left: 0px;
    }

    #ctlMenu_pnlMenu ul ul li {
        float: none;
        padding: 0;
        text-align: left;
        z-index: 950;
        height: auto;
      
        /*border-bottom: solid 1px #d7dfea;*/
    }

    #ctlMenu_pnlMenu ul ul a {
        font-size: 15px;
        color: #000;
        display: block;
    }

    #ctlMenu_pnlMenu ul li ul li:hover {
        opacity: .4;
    }

/* Side menu */

#ctlMenuSide_pnlMenu ul {
    list-style: none;
    margin: 0;
    padding-left: 30px;
}

    #ctlMenuSide_pnlMenu ul li {
        padding: 7px 0px;
    }

    #ctlMenuSide_pnlMenu ul ul {
        list-style: none;
        margin: 0;
        padding-left: 30px;
    }

        #ctlMenuSide_pnlMenu ul ul li {
            padding: 0;
        }

            #ctlMenuSide_pnlMenu ul ul li a {
                padding: 0;
                font-size: 14px;
                color: #284794;
                z-index: 950;
            }

#ctlMenuSide_pnlMenu a {
    font-size: 16px;
}
/* Insert more layers here as necessary */

/*div#ctlMenu_pnlMenu ul ul,
div#ctlMenu_pnlMenu ul li:hover ul ul,
div#ctlMenu_pnlMenu ul ul li:hover ul ul
{display: none;}*/

/*div#ctlMenu_pnlMenu ul li:hover ul,
div#ctlMenu_pnlMenu ul ul li:hover ul,
div#ctlMenu_pnlMenu ul ul ul li:hover ul
{display: block; z-index:500}

li.menuActive a, a.menuActive
{	
	color: #4c4c4c !important;
}
a.pageactive
{
	color: #4c4c4c !important;
}
#ctlMenu_pnlMenu a.pageactive{*/

/*background-color:#E31836;*/

/*color:#ffffff;*/
/*font-weight: bold;*/
/*	
}*/

/******* Admin menu *******/

.DDMenu {
    /*width: 580px;*/
    /*height: 27px;*/
    height: 40px;
    background-color: #2b4560;
    border-bottom: 1px solid #2b4560;
    padding-bottom: 2px;
}

    .DDMenu ul {
        list-style: none;
        list-style-image:none !important;
        margin: 0;
        padding: 0px;
        float: left;
    }

    .DDMenu a, .DDMenu h2 {
        font-family: arial, helvetica, sans-serif;
        display: block;
        /*border-width: 1px;
	border-style: solid;*/
        /*border-top:1px solid #ccc;  #888 #555 #bbb;*/
        margin: 0;
        padding: 2px 3px;
        border: 1px solid #2b4560;
    }

    .DDMenu a {
        color: #ffffff;
        background: #2b4560;
        text-decoration: none;
        padding: 3px 5px;
    }

        .DDMenu a:hover {
            color: #000000; /*#3333CC;*/
            background-color: #C1D2EE;
            border: 1px solid #888888;
        }

    .DDMenu li {
        position: relative;
        margin-left: 0 !important;
    }

    .DDMenu ul ul {
        position: absolute;
        width: 120px;
        /*border:1px solid #000099;#3333CC;*/
        z-index: 500;
        font-size: 10px;
        border: 1px solid #888888;
    }

        .DDMenu ul ul li {
            /*border-bottom:1px solid #FFFFFF;*/
            margin-left: 0 !important;
        }

            .DDMenu ul ul li a {
                background-color: #2b4560;
                color: #ffffff;
            }

        .DDMenu ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
        }


/* Insert more layers here as necessary */


div.DDMenu ul ul,
div.DDMenu ul li:hover ul ul,
div.DDMenu ul ul li:hover ul ul {
    display: none;
}

    div.DDMenu ul li:hover ul,
    div.DDMenu ul ul li:hover ul,
    div.DDMenu ul ul ul li:hover ul {
        display: block;
        z-index: 500;
    }

/* Footer menu */

.hidden {
    display: none;
}

#barristerDisplayBox {
    /*background-color: Red;*/
    width: 100%;
    display: inline-block;
    color: #fffcf5;
    vertical-align: top;
    margin-left: 30px;
}

    #barristerDisplayBox h1 {
        font-size: 26px;
        color: #fffcf5;
        margin-bottom: 20px;
    }

    #barristerDisplayBox div {
        font-size: 13px;
        line-height: 18px;
    }

    #barristerDisplayBox img {
        max-height: 144px;
        max-width: 166px;
        border: solid 1px #464847;
    }

#lblBarristerName {
    padding-top: 10px;
    margin: 0px 0px 10px 0px;
    font-size: 16px !important;
}

#ctlFooterMenu_dlMenu {
    vertical-align: top;
    display: inline-block;
    /*background-color: Blue;*/
}

    #ctlFooterMenu_dlMenu a, #footer a {
        text-decoration: none;
        font-size: 13px;
        /*background-color: Gray;*/
        color: #effffc;
    }

.spanBarristerLink {
    display: block;
}

#ctlFooterMenu_dlMenu a:hover {
    /*background: #ffffff;*/
    /*text-decoration: underline;*/
}

#ctlFooterMenu_dlMenu td {
    /*background-color: Blue;*/
    /*border-left: 1px dotted #a5a5a5;*/
    /*border-right: 1px dotted #a5a5a5;*/
    padding: 1px 0px;
    /*text-align: center;*/
}

#barristerMiniImageHolder {
    width: 120px;
    height: 145px;
}

/*-----------------------------------
** SIDE MENU
**---------------------------------*/

#ctlAOWMenu_pnlMenu a {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    display: block;
    height: 33px;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 18px;
}

#ctlAOWMenu_pnlMenu li {
    list-style: none;
    margin-left: 0;
}

/*-----------------------------------
** FOOTER MENUS
**---------------------------------*/

#ctlFooterMenu_pnlMenu li {
    list-style: none;
    margin: 10px 0;
}

#ctlFooterMenu_pnlMenu {
    float: left;
}

    #ctlFooterMenu_pnlMenu ul ul li {
        margin-left: 30px;
        margin-top: 5px;
    }

        #ctlFooterMenu_pnlMenu ul ul li a {
            font-size: 11px;
        }

/*--------------------------------------*/
/*         TOP MENU RESPONSIVE          */
/*--------------------------------------*/

@media only screen and (max-width:767px) {
    .subMenu li:first-child {
        /*display: none !important;*/
		
    }

    #ctlMenu_pnlMenu ul li {
        font-size: 13px;
        /*width: 50%;*/
        display: block;
        float: none;
    }

    #ctlMenu_pnlMenu ul:first-child li {
        width: 100%;
        background-color:#2b4560;
    }

    #ctlMenu_pnlMenu &gt; div &gt; ul &gt; li &gt; a {
        margin-left: 0;
        padding: 8.5px 0;
        background-color:#2b4560;
        color: white;
    }

        #ctlMenu_pnlMenu &gt; div &gt; ul &gt; li &gt; a:hover {
            background-color: #ece8e8;
            color: black;
        }
   #ctlMenu_pnlMenu ul ul a:hover {
      background-color: #ece8e8;
            color: black;
    }
    #header .menu-button {
        display: block;
        cursor: pointer;
        position: relative;
        /*background-color:#999f35;*/
    }
    .floatingDiv{
        margin-left:20px;
    }
    .quote-phrase {
        height: 250px;
    }
    .pageHeading{
        padding:13px;
    }
    .tpltextSlider{
        width:inherit !important;
        margin-left: auto !important;
    }
    #ctlMenu_pnlMenu ul ul {
        position: relative;
        min-width: initial;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        border: none;
        border-top: 1px solid #bce4bc;
        /*background-color:#999f35;*/
    }

    #ctlMenu_pnlMenu &gt; div &gt; ul {
        background-color:#2b4560;
        margin-bottom:0px;
    }

    #ctlMenu_pnlMenu li.topMenu {
        background-color:#2b4560;
        text-align: center;
        border-bottom: 1px solid #eee;
		
    }

    #ctlMenu_pnlMenu ul ul a {
        font-size: 11px;
        /*background-color:#999f35;*/
    }

    .menu-section {
        border-top: 1px solid #bce4bc !important;
        border-bottom: 1px solid #bce4bc !important;
    }

    #ctlMenu_pnlMenu ul:first-child li {
        width: auto;
    }

    .menu-button::after {
        content: "\25bc";
        position: absolute;
        right: 15px;
        /*background-color:#999f35;*/
    }

    .parent-arrow-button {
        display: inline-block;
        position: absolute;
        right: 0;
        width: 40px;
        height: 20px;
        padding-top: 12px;
        top: 0;
        /*background-color: rgba(0, 0, 0, 0.06);*/
    }

        .parent-arrow-button .arrow {
            width: 10px;
            height: 10px;
            background: transparent url(../images/design/sprite-arrows10.png) no-repeat;
            background-position: -10px 0;
            display: block;
            margin: 0 auto;
        }

            .parent-arrow-button .arrow.up {
                background-position: 0 -1px;
            }

    #ctlMenu_pnlMenu {
        display: none;
        /*border: 1px solid #bce4bc;*/
        border-top: none;
    }

    .menu-section &gt; a {
        background-color: gray !important;
        color:black;
        
    }

    #ctlFooterMenu_pnlMenu .parent-arrow-button {
        display: none;
    }

    #ctlMenu_pnlMenu .subMenu li {
        padding: 0;
    }

    #ctlMenu_pnlMenu .subMenu a {
        padding: 10px 20px;
        display: block;
    }
}
/*--------------------------------------*/
/*         TOP MENU RESPONSIVE END      */
/*--------------------------------------*/


        
</pre></body></html>