﻿.MegaMenuHdr {
	/*margin-top: 2em;*/
    /*color:white;*/
    float:left;
    margin-top:14px;

}

/* general ul style */
.MegaMenuHdr ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.MegaMenuHdr > ul {
    }

.MegaMenuHdr .MegaMenuSub-inner {
	/*position:relative;*/
    /*height: 100px;*/
    /*margin-left: auto;
    margin-right: auto;*/      
}

.MegaMenuHdr .MegaMenuSub-inner > ul {
    padding-top:5px;
    padding-bottom: 5px;
    padding-left:15px;

    display: block;
    /*flex-direction: row;
    flex-wrap: wrap;*/
    /*height: 115px;*/
    /*font-size: 7pt;*/
    Width:100%;
}
.MegaMenuHdr .MegaMenuSub-inner > ul > li {
    /*max-width: 25%;*/
    min-width:17%;
    margin-right:15px;
}
.MegaMenuHdr > ul > li {
	display: inline-block;
    
    border-left: 1px solid;
    	padding: 4px 10px 0px 10px;
}


.MegaMenuHdr > ul > li > .level1 > a {
    font-weight:normal;
    font-size: 18px;
    line-height:14px;
	color: #FFFFFF;
	display: inline-block;

}

.MegaMenuHdr > ul > li > .level1  > a:hover {
	color: #FFFFFF;
}
    .MegaMenuHdr .title {
        color: #FFFFFF;
        margin: auto;
        -webkit-box-flex: auto; /* OLD - iOS 6-, Safari 3.1-6 
      /*-moz-box-flex: 1;*/ /* OLD - Firefox 19- */
        /*width: 20%;*/ /* For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 auto; /* Chrome */
        /*-ms-flex: 1;*/ /* IE 10 */
        /*flex: 1;*/ 
    }
.MegaMenuHdr   input[type="image"].title
{
    width: 40px;
}

    .MegaMenuHdr .desc {
        font-size: 12px;
        color: #FFFFFF;
        float: left;
        clear: left;
    }

    .MegaMenuHdr .level2 .title {
        font-weight: normal;
        font-size: 18px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .MegaMenuHdr .level2 .menutext {
        font-weight: normal;
        font-size: 10pt;
        line-height: 14px;
        color: #FFFFFF;
        float: left;
        clear: left;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.MegaMenuHdr .level3 a {
    /*padding-left: 14px;
    background-image: url(Images/sr-arrbull.png);
    background-repeat:no-repeat;*/
    height: 14px;
    float:left;
    clear:left;
    font-size:10pt;
}

    .MegaMenuHdr > ul > li.menuOpen a,
    .MegaMenuHdr > ul > li.menuOpen > a:hover {
        color: #FFFFFF;
        /*background: #47a3da;*/
    }

/* sub-menu */
.MegaMenuHdr .MegaMenuSub {
	display: none;
	position: absolute;
	background: #1B3860;
    z-index:100000;
    /*margin-left:auto;*/
    min-height: 30px;
    /*max-height:200px;*/
    
}

.cbp-hropen .MegaMenuSub {
	display: block;
	padding-bottom: 3em;
}

.MegaMenuHdr .MegaMenuSub-inner > div {
	width: 20%;
	float: left;
	padding: 0 2em 0;
    
}

.MegaMenuHdr .MegaMenuSub-inner:before,
.MegaMenuHdr .MegaMenuSub-inner:after {
	content: " ";
	display: table;
}

.MegaMenuHdr .MegaMenuSub-inner:after {
	clear: both;
}