.containermenu {
    width: 100%; border:#cc0000 0px solid;
    max-width: 1200px; background: #3f4c8a;
    margin: 5px auto; z-index:50000;
}
.toggleMenu {
    display:  none; font-weight:bold; font-size:13px;
    background: #3f4c8a; width:auto;
    padding: 5px 10px;
    color: #fff; text-decoration:none;
}
.nav { 
     margin-top:0px; margin-bottom:0px;
     list-style: none;
     *zoom: 1;
     background: #3f4c8a;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em; margin-left:-40px;
}
.nav a {
    padding: 12px 19px; border-right:#ccc dotted 1px; 
    color:#fff; font-size:13px; font-weight:bold; text-decoration:none;
}
.nav a:hover {
    padding: 12px 19px;
    color: #09C; font-size:13px; 
}
.nav li {
    position: relative;
}
.nav li a:hover{
    position: relative; background-color: #3f4c8a; /* fdo over*/
}
.nav > li {
    float: left;
    border-top: 0px solid #104336;
}
.nav > li > .parent {
    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: #3f4c8a;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 1024px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;  margin-left:-30px;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
#    .nav li li .parent {
#       background-image: url("img/flechita.png"); 
#        background-repeat: no-repeat;
#        background-position: 95% 50%;
#    }
    .nav ul {
        display: block; margin-left:-50px;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}