/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


.navshadow {	max-width:100%;
				height:auto;
				margin:auto;
				float:left;
				}

.navshadow img{	max-width:100%; height:auto;}


nav {
	height: auto;
	width: 100%;
	font-family: Roboto;
	font-weight: normal;
	position: relative;
	float:left;
	z-index:500;
	letter-spacing:0.3px;
	background-color:#2a77e1;
}

nav ul {
	padding: 0;
	margin: auto;
	max-width:1100px;
	width:100%;
	height: auto;
	float:left;
	}


ul li ul {
  padding: 0;
  position: absolute;
  top: 50px;
  width: 19%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index:500;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

ul li ul li { 
  /*background-color: #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40);*/
  background:rgba(255,255,255,0.5);
  display: block; 
  color: #000;
  width:100%;
  border: 1px solid #576979;
	box-shadow: 0px 0 0px #2365c0;
}

ul li ul li:hover { background: #2a77e0;
					height:50px;
					color:#FFF;
					}

ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  background:rgba(255,255,255,0.3);
}


nav li {
	display: inline-block;
	border-right: 1px solid #74aefe;
	box-shadow: 1px 0 1px #2365c0;
	box-sizing:border-box;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:50px;
	width:19%;
}

nav a {
	color: #fff;
	display: inline-block;
	width: auto;
	padding:0px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	/*text-shadow: 1px 1px 0px #283744;*/
}
nav li a {
	width:auto;
	height:42px;
	margin-top:8px;
}
nav li:last-child{
	border-right: 0px solid #576979;
	box-shadow: 0px 0 0px #2365c0;
}

nav li ul li a{	color:#000;
				}


nav li ul li{
	border-right: 1px solid #576979;
	border-bottom: 1px solid #576979;
}

nav li ul li:last-child{
	border-right: 1px solid #576979;
	border-bottom: 1px solid #576979;
}
nav a:hover, nav a:active {
	background-color: transparent;
	color:#c1ff02;
	height:auto;
	width:auto;
}

.activelink{	color:#c1ff02;}

nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
	
	nav a {
	color: #000;
	display: inline-block;
	width: auto;
	padding:0px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	/*text-shadow: 1px 1px 0px #283744;*/
	border-bottom: 0px solid #576979;
	border-right: 0px solid #576979;
}
	
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
	
	
ul li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  width: auto !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index:500;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
	
	
nav li {
  		width: 50%;
  		float: left;
  		position: relative;
	  	}
		
		
nav li{	display: inline-block;
		border-right: 0px solid #74aefe;
		box-shadow: 0px 0 1px #2365c0;
		box-sizing:border-box;
		text-align:center;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding-left:0px;
		padding-right:0px;
		height:50px;
		}

		
	
nav li:last-child a{	border-right: 0px solid #576979;
						}

	
  	/*nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}*/
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	
ul li ul li{	/*background-color: #ffffff;
				opacity: 0.4;
				filter: alpha(opacity=40);*/
				background:rgba(255,255,255,1);
				display: block; 
				color: #000;
				}
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
		float:left;
	}
	
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	
nav li:last-child a{	border-right: 0px solid #576979;
						}

nav a {
		color: #ffffff;
		display: inline-block;
		width: 100%;
		text-decoration: none;
		line-height: 40px;
		/*text-shadow: 1px 1px 0px #283744;*/
		}

nav ul {
			display: none;
			height: auto;
			float:none;
			}
	
	
ul li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  width: auto !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index:500;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

	
	nav a#pull {
		display: block;
		background-color: #314048;
		width: auto;
		color:#fff;
		position: relative;
	}
	nav a#pull:after {
		background: rgba(0, 0, 0, 0) url("../images/nav-icon.png") no-repeat scroll 0 0;
		content: "";
		display: inline-block;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		width: 20px;
		text-align: left;
		}
		
ul li a{	text-align:center;
			padding-left:0px;}
		
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	
	
	nav a {
	color: #ffffff;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	line-height: 40px;
	/*text-shadow: 1px 1px 0px #283744;*/
	border-bottom: 0px solid #576979;
	}
	
	
nav li{	display: inline-block;
		border-right: 0px solid #74aefe;
		box-shadow: 0px 0 1px #2365c0;
		box-sizing:border-box;
		text-align:center;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding-left:0px;
		padding-right:0px;
		height:50px;
		}
	
nav li:last-child a{	border-right: 0px solid #576979;
						}
						
ul li a{	text-align:center;
			padding-left:0px;}


ul li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  width: auto !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index:500;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
	

}