
a {text-decoration: none;}

.toggleMenu {
	width:100%;
    display:  block;
    background: #01479d;
    /*padding: 10px 15px;*/
    color: #fff;
}
.nav2 {
    list-style: none;
     *zoom: 1;
     background:#01479d;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}

.menulg{
	line-height:3;
}

ul.nav2{
	padding-left:0;
}

.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 10px 15px;
    color:#fff;
}
.nav2 li {
    position: relative;
}
.nav2 > li {
    float: left;
    /*border-top: 1px solid #01479d;*/
	width:25%;
	text-align:center;
	border-right:2px solid #fff;
}
.nav2 > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: absolute;
    left: -9999px;
}
.nav2 > li.hover > ul {
    left: -40px;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}

.nav2 li li{
	width:283px;
}

.nav2 li li:hover{
	background-color:rgba(0,0,0,0.3);
}
.nav2 li li a {
	font-weight:100;
	opacity:0.7;
    display: block;
    background: #01479d;
    position: relative;
    z-index:100;
    border-top: 1px solid rgba(255,255,255,0.7);
}
.nav2 li li li a {
    /*background:#249578;*/
    z-index:200;
    /*border-top: 1px solid #1d7a62;*/
}

.menu a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	/*font-weight:bold;*/
	font-size:1.7rem;
	background-color:#01479d;
}

.menu a:hover {
	color:#000;
	background-color:#88abda;
}

.menu a:focus {
	color:#fff;
}

@media (max-width:1190px){
.nav2 li li{
	width:233px;
}
}

@media (max-width:992px){
.nav2 li li{
	width:178px;
}

.nav2 > li > .parent {
    background-position: 90% center;
}
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav2 > li {
        float: none;
		border-right:none;
		text-align:center;
		width:100%;
		border-bottom:1px dotted rgba(255,255,255,0.5);
    }
	

    .nav2 li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav2 ul {
        display: block;
        width: 100%;
    }
   .nav2 > li.hover > ul , .nav2 li li.hover ul {
        position: static;
    }
	
	ul, ul.nav2{
		padding-left:0;
	}
	
	.nav2 li li{
	width:100%;
}

.nav2 li li a {
	font-weight:100;
	opacity:1;
    display: block;
    background: #7aa2d7;
    position: relative;
    z-index:100;
	padding-left:15px;
	padding-right:15px;
    border-top: none;
	border-bottom:1px solid rgba(255,255,255,0.3);
	font-size:1.4rem;
}

.nav2 li li a:hover {
	opacity:0.7;
}
	
}