@charset "utf-8";
/* CSS Document */

nav.primary ul,
nav.primary ul li {
	margin: 0px;
}

nav.primary select {
	display: none;
	font-size:14px;
	font-family: 'source_sans_proregular';
	width:  90%;
	height: 30px;
	margin: 0 auto;
}

nav.primary ul li {
	display: inline;
	float: none;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 44px;
	padding:  0 20px;
    font-family: 'source_sans_prolight';
	
	-webkit-font-smoothing: antialiased;
	
	color: #FFF;
	font-size:17px;
	text-decoration: none;
	letter-spacing: 0.02em;
	
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

nav.primary ul li a.on {
	background-color: #434690;

}

nav.primary ul li a:hover {
	cursor: pointer;
}

nav.primary ul li:hover > a {
	color: #000555;
	background: #FFFFFF;
	cursor: pointer;
	
	text-shadow: none;
}

/*sub menu*/
/*sub menu*/
nav.primary ul ul {
	
	opacity: 0; 
  	filter: alpha(opacity=0);
	background-color: #FFF;
	
	position: absolute;
	top:100%;
	left: 0;
	z-index: 999999;
	
	height: 0px;
	overflow: hidden;
	text-align:left;
	margin-top: 10px;
	
	width: 220px;
	
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	
	-webkit-box-shadow: 1px 2px 17px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 1px 2px 17px 0px rgba(0,0,0,0.37);
    box-shadow: 1px 2px 17px 0px rgba(0,0,0,0.37);
}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100);
	height: auto;
	overflow: auto;
	display: block;
}

nav.primary ul ul li {
	float: none;
	border-bottom: 1px solid #E3E3E3;
	background-image:url(../../ATG_NEW/images/sub-mnu-bkgd.gif)
}

nav.primary ul ul li a {
    font-family: 'source_sans_proregular';
	font-size: 14px;
	color: #010669;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.2em;
	text-transform: none;
	position: relative;
	z-index: 999999;
		border-bottom: 1px solid #EFEFEF;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}

nav.primary ul ul li:hover > a {
		background-color: #5aa8ca;
		color: #FFFFFF;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
		


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		nav.primary {
			padding: 13px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		nav.primary {
			padding: 13px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}

		
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		nav.primary {
			padding: 13px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		

	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		nav.primary {
			padding: 13px 0;
		}
		
		nav.primary select {
			display: block;
		}
		
		nav.primary ul {
			display: none;
		}
		
				
		}
		
		
		
		
		/* CSS Document */

