/**************************MENU*****************/
#nav1 {
	float: right;
}
#nav1 ul {
	list-style: none;
	margin: 0;
	padding: 0
}
#nav1 > ul > li {
	position: relative;
	float: left;
	padding: 0 12px;
}
#nav1 > ul > li > a {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	display: block;
	text-decoration: none;
}
#nav1 ul li span {
	display: none;
	width: 19px;
	height: 9px;
}
#nav1 ul li.current span {
	display: block;
	width: 19px;
	height: 9px;
	padding: 0 12px;
	margin: 0px auto 0;
	position: relative;
	background: url(../images/nav_arrow.png) no-repeat center bottom;
	text-decoration: none;
	bottom:-18px;
}
#nav1 ul li a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #71cdee;
	text-decoration: none;
}
#nav1 ul li.current > a {
	color: #71cdee;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
#nav1 ul li:last-child {
	padding-right: 0px;
	border: none;
}
#nav1 ul ul {
	padding: 5px 0px;
	border-radius: 0;
	position: absolute;
	left: -5000px;
	min-width: 100%;
	z-index: 100;
	opacity: 0;
	background: #70ccee;
}
#nav1 ul li:hover ul {
	left: 0;
	opacity: 1;
}
#nav1 ul ul li:hover ul {
	left: 100%;
	opacity: 1;
}
#nav1 ul ul li {
	white-space: nowrap;
	padding: 0 0px;
	margin: 0 0px;
	border-bottom: 1px solid #333;
}
#nav1 ul ul > li:last-child {
	border-bottom: none;
}
#nav1 ul ul a {
	font-size: 16px;
	color: #000;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	line-height: 32px;
	display: block;
}
#nav1 ul ul a:hover {
	color: #fff;
	border-radius: 0px;
	text-shadow: none;
	background: #030f2b;
}

/*
     FILE ARCHIVED ON 15:56:45 Jul 01, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:18:46 Mar 03, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.211
  exclusion.robots.policy: 0.193
  cdx.remote: 0.173
  esindex: 0.017
  LoadShardBlock: 455.419 (6)
  PetaboxLoader3.datanode: 493.111 (7)
  load_resource: 216.745
  PetaboxLoader3.resolve: 110.208
*/