a {text-decoration: none;}
.menuresp {
	max-width: 960px;
	float: right;
	margin-top: 80px;
	text-align: center;
	width: 350px;
}
.trocaMenu {
	color: #fff;
	background-color: #000000;
	width: 100%;
	-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;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 170%;
}
.nav {
	list-style: none;
    *zoom: 1;
	text-align: center;
	width: 100%;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;	
	-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 {
	font-family: Dosis, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #fff;
	color: #7f7f7f;
	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;
	height: 30px;
	padding-top: 6px;
	font-size: 110%;
	padding-right: 15px;
	font-weight: bold;
	}
.nav a:hover {
	color: #ff0000;
}
.nav li {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-image: url(../imgs/downArrow.png);
	background-repeat: no-repeat;
	background-position: 100%;
}
.nav > li > a {
	display: block;
}
.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: #F6F6F6;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-left: 10px;
	width: 150px;
	box-shadow: 2px 3px 5px 0px #6D6D6D;
}
.nav li li li a {
	z-index: 200;
	border-top: 1px solid #1d7a62;
	background-color: #D6D6D6;
}
@media screen and (max-width: 767px) {
    .menuresp {
	width: 100%;
	margin-top: 7px;
	
	}
	.nav a {
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 0px;
	background-color: #D6D6D6;
	font-size: 170%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
	.nav a:hover {
	color: #FFFFFF;
	background-color: #000;
	text-shadow:none;
}
	.active {
        display: block;
		
    }
	.nav li {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	
	}
    .nav > li {
        float: none;
    }
	.nav li li a {
	width: 100%;
	box-shadow:none;
	text-align:center;
	}
    .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;
    }

}
