body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;} 
.container {
	margin-left:3%;
    width: 97%;
    max-width: 97%;
	text-align:center;
	display: none;
	padding:10px 0px 10px 0px;  
}

.nav {
	list-style: none;
     *zoom: 1;

	color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 20px 20px 20px 0px;
    color:#003366;
}
.nav li {
    position: relative;
}
.nav > li {
	float: left;

}
.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;
	position: relative;
	z-index:10000000000000000;
	background-color: #0099FF;
	color:  #fff;
	width: 250;
 padding: 10px 10px ;
 text-align:center;
 z-index:10000000000000000; 
}

.nav li li a:hover {
	background-color: #42B4FF;

}

@media screen and (max-width: 900px) { 
.container{ 
	width:70%;
	margin:0 0 0 0;
    max-width: 100%;
	display:table;
	padding:0px 0px 0px 0px; 
    position: absolute;
    z-index: 1000;

}
div > .toggleMenu {
	z-index:1000;
	width:100%;
	max-width:100%;
	text-align:center;
    font-size: 20;
	
}
    .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;
    }
	
.toggleMenu {
	padding:10px 0px 10px 0px ;
	width:100%;
    display: block;
    background: #000000;
	color:#FFFFFF;
	font-weight: bold;
}
    .toggleMenu img{
        width: 20px;
        margin-right: 5px;
    }
.nav li li a {
	width: 100%;
}
.nav li li a:hover {
	width: 100%;
}
#imginicio{
	display:none;
	visibility:hidden;
}
    .nav{
        
        text-align: left;
        background-color:rgba(20,20,20,0.6);
        
    }
.nav a {
    padding: 5px 10px 5px 15px;
    color: #FFFFFF  ;
	
    font-weight: normal;
 
    
}
.nav img{ 
display:none;
visibility:hidden;

}
.nav a:hover {
	background: #333333 ;
	color:#FFFFFF;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	color: #003366;
}
}