nav,ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}
body{
    background:#980033;
}
#conte-menu{
    background:#980033;
    height:40px;
    width:100%;
}
nav{
    background:none;
}
.container {
    background:none;
    max-width: 750px;
    font-size:1.2em;
    float:right;
}
.toggleMenu {
    display:  none;
    background:none;
    padding: 9px 15px;
    margin-left:220px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:none;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
    top: 40px;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    /*background-image: url("../img/downArrow.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;
    background: url("../img/bg-submenu.png");
    position: relative;
    z-index:100;
}
.nav li li a:hover {
    display: block;
    background: #980033;
    position: relative;
    z-index:100;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}





@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
.container {
    background:#980033;
    max-width: 750px;
    font-size:.95em;
    float:right;
    position:relative;
    z-index:9997;
}
    .toggleMenu {
    right:0;
}
    .nav > li {
        float: none;
        text-align:center;
        background-image: url("../img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav > li > .parent {
        background-image: url("../img/upArrow.png");
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav li li a {
    display: block;
    background:#AD3258;
    position: relative;
}
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}