.toggleMenu {
    display:  none;
    background: #175e4c;
    padding: 15px 15px;
    color: #fff;
}
.nav {
    list-style: none;
    background:#ff9900;
	font-size:1.0em;
	margin-top:25px;
	margin-left: 100px;
	color:#fff;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 15em;
	background:#ffffe0;
	border:#ffdead thin solid;
	border-radius: 5px 5px 5px 5px;
    border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border: 0px 20px 20px 20px;
top:40px;
z-index:1;
}
.nav a {
    padding: 10px 15px;
    color:#FFF;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../grafica/freccia4.png");
    background-repeat: no-repeat;
    background-position: right;
}
.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;
	color:#666;
}
.nav li li .parent {
     background-image: url("../grafica/freccia-m.png");
     background-repeat: no-repeat;
     background-position: 95% 50%;
	 color:#666;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}		

@media screen and (max-width: 1290px) {
.nav {
    list-style: none;
     background:#ff9900;
	 font-size:0.9em;
	 margin-left: 0px;
}
.active {
     display: block;
    }
.contMenu img {
	display:none;
}
.nav > li {
        float: none;
    }
.nav > li > .parent {
        background-position: 95% 50%;
    }
.nav li li .parent {
        background-image: url("../grafica/freccia2-m.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
		color:#fff;
    }
.nav ul {
        display: block;
        width: 100%;
    }
.nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
.frase{
	font-size:2.8.em;
	letter-spacing:0.6em;
}