a {text-decoration: none;}

.toggleMenu {
    display:  none;
    background: #000;
    padding: 2px 0px;
    color: #fff;
	height: 28px;
	line-height: 26px;
	font-size: 13px;
	color:#fff; text-transform:uppercase;  
}
header nav{ text-align: left;}
.nav {
    list-style: none;
	 *zoom: 1; 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav { width: 100%; }
	
.nav ul {
    list-style: none;
    width:100%;
}
.nav a {
    padding: 10px 10px;
	color:#000; 
	height: 20px;
	font-size: 24px;
	line-height: 22px;
	font-family: 'montserratregular';
	
	  }
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}

.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	color: #8a8a8a;
	font-size: 12px;
	text-transform:uppercase;
	padding: 20px 22px;
	
}
.nav li ul {
    position: absolute;
    left: -9999px;
	-webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}
.nav > li.hover > ul {
    left: 0;
	-webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #000;
	text-align: center;
	color: #FFF;
    position: relative;
    z-index:100;
	border-bottom: 1px solid rgba(0,0,0,1);
}
.nav li li a:hover { border-bottom: 1px solid rgba(0,0,0,0.6);}
.nav li li li a {
    background:#000;
    z-index:200;
	color: #FFF;

}

@media screen and (max-width: 1720px) {	
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		text-align: center;
		padding: 5px 0;
		width: 100%;
    }
	.nav > li { width: 100%;}
	.nav > li > a { color: #FFF; font-size: 16px; }
    .nav > li > .parent {
        background-position: 95% 50%;
		text-align: center;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: auto;

	 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

.toggleMenu {
	text-align: center !important;
	height: 28px; background: url(../images/nav_menu.png) center right no-repeat;
	width: 100%;
	
 
}
ul.nav { background: rgba(43,132,197,1) !important; border-radius: 5px; padding-bottom: 12px; padding-top: 12px; margin-top: 16px; width: 100%; }
.bg-1 .toggleMenu, .bg-2 .toggleMenu, .bg3 .toggleMenu { background:url(../images/navigation-white.png) center center no-repeat; }
}
@media screen and (max-width: 430px) {
	ul.nav { margin-top: 48px; }
}






