

nav1 {
background-color:#64abfb;
display: block;
max-width:100%;
clear: both;
}

nav1 li {
list-style:none !important;
color:#FFF;
padding:10px;
font-size:20px;
text-decoration:none;
display: inline-block;
}


 
nav1 ul {
padding:0;
margin:0;
}
 
nav1 ul li {
list-style: none;
line-height:44px;
background-color:#112544;
}
 
nav1 ul li a {
color:#FFF;
padding:10px;
font-size:20px;
text-decoration:none;
}
 
li a:hover {
border-bottom:3px #FFF solid;
}
nav1 ul li ul { display:none; } /* Makes the Dropdown menu Hidden by default */
 
nav1 ul li:hover ul { /* Displayes the dropnav1 when Hovered over the nav1 item with the .drop class */
z-index:99999;
display:list-item !important;
position:absolute;
margin-top:5px;
margin-left:-10px;
}
 
nav1 ul li:hover ul li {
float:none;
}

li > a:after { content: ' »'; } /* Change this in order to change the Dropdown symbol */
 
li > a:only-child:after { content: ''; }

.active {
	background-color:#FE0000;
	}

	
	
	
 
li a:hover {
border-bottom:3px #FFF solid;
}
nav11 ul li ul { display:none; } /* Makes the Dropdown menu Hidden by default */
 
nav11 ul li:hover ul { /* Displayes the dropnav11 when Hovered over the nav11 item with the .drop class */
z-index:99999;
display:list-item !important;
position:absolute;
margin-top:5px;
margin-left:-10px;
}
 
nav11 ul li:hover ul li {
float:none;
}

li > a:after { content: ' »'; } /* Change this in order to change the Dropdown symbol */
 
li > a:only-child:after { content: ''; }

.active {
	background-color:#FE0000;
	}
