a {text-decoration: none;}

.menuresp {
	width: 100%;
	max-width: 1100px;
	clear: both;
	float: left;
}
.trocaMenu {
	color: #FFFFFF;
	background-color: #003d69;
	width: 95%;
	padding-left:5%;
	-webkit-transition: 0.7s ease-out;
	-moz-transition: 0.7s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	display: none;
	-webkit-transition: 0.7s ease-out;
	-moz-transition: 0.7s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	line-height:18px;
}
#lines {
    border-bottom: 10px double #FFFFFF; 
    border-top: 3px solid #FFFFFF; 
    content:"";
    height: 4px; 
    width:20px;
	float:left;
	margin-right:4px;
}
.nav {
	list-style: none;
    *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	-webkit-transition: 0.7s ease-out;
	-moz-transition: 0.7s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.nav a {
	color: #ffffff;
	text-align: center;
	-webkit-transition: 0.7s ease-out;
	-moz-transition: 0.7s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	font-size: 90%;
	margin-bottom: auto;
	border: none;
}
.nav a:hover {
	background-color:#389eb4;
}
.nav li {
	position: relative;
	display: inline-block;
	text-align: center;
}
.nav > li {
	float: auto;
}
.nav > li > .parent {
	background-image: url(../imgs/downArrow.png);
	background-repeat: no-repeat;
	background-position: 90%;
}
.nav > li > a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	/*height: 26px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.nav > li > a:hover {
	color: #ffffff;
	background-color: #406f8e;
}

.nav li  ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index: 100;
	background-color: #406f8e;
	text-align: center;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 160px;
	height:auto;
	font-size: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
}
.nav li li li a {
	z-index: 200;
	background-color: #030303;
}
@media screen and (max-width: 1100px) {
	
	.nav > li > a {
	display: block;
	color: #ffffff;
	background-color: #707070;
	float: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px; 
	padding-bottom: 20px; 
	height:auto;
	margin:auto;
}
		
    .menuresp {
	width: 100%;
	
	}
	.nav a {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #C3C3C3;
	font-size: 90% !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;

	}
	.active {
        display: block;
	}
	.nav li {
	width: 100%;
	
	}
    .nav > li {
        float: none;
    }
	.nav li li a {
	padding-left:2%;
	width: 98%;
	}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
	background-image: url(../imgs/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
		
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
