nav, ul, li, a  {
	margin: 0; padding: 0;
}



/* COLOR BOTON MENU */
.toggleMenu {
	display: none;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


.nav {
	list-style: none;
     *zoom: 1;
	/* COLOR BOTON NAV */

	/*	background-image:url(../img/fondomenu.png); */
	
	/* CENTRAR NAVEGADOR*/
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;  
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 262px;
}
.nav a {
    padding: 5px 0px;
    color:#fff;
}
.nav li {
    position: relative;

}
.nav > li {
	float: left;
	    border-bottom: 1px solid #005575;
	
}
.nav > li > .parent {
    background-image: url("../images/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;
	/* COLOR SUBMENU  */
	background-image: url(../images/fondomenu.png);
	position: relative;
	z-index: 100;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006080;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #006080;
}

@media screen and (max-width: 800px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/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;
    }

}
