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


	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
	width: 779px;
	float: left;
	-moz-padding-start: 1px;
	margin-top: 15px;
	margin-left: 1px;
	}


	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
	float: left;
	position: relative;
	}
	
	#menu a {
	float: left;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	
	}
	
	#menu li:hover > a {
	color: 0555a5;
	background-color: #7ec042;
	}
	
	*html #menu li a:hover { /* IE6 only */
	color: #fff;
	}
	
	#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	z-index: 1;
	box-shadow: 0 1px 0 #5ea4be;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	left: auto;
	
	}

	#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	}
	
	#menu ul ul {
	top: -1px;
	left: 170px;
	_margin: 0; /*IE6 only*/
	box-shadow: -1px 0 0 #5ea4be;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	
	}
	
	#menu ul li {
	float: none;
	display: block;
	_line-height: 0; /*IE6 only*/
	box-shadow: 0 1px 0 #111, 0 1px 0 #5ea4be;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0;
	background-color: #034058;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5ea4be;
	
	opacity:0.95;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {
	padding: 10px;
	/*-moz-padding-start: 11px;*/
	width: 149px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color: #FFF;
	}
	
	#menu ul a:hover {
	background-image: url(linear-gradient(#04acec, #5ea4be));
	background-color: #5ea4be;
	color: #FFF;
	}
	
	#menu ul li:first-child > a {
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-radius:0 0 3px 3px #5ea4be;
	}
	
	#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid  transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	}
	
	#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	}
	
	#menu ul li:first-child a:hover:after {
	
	border-bottom-color: #5ea4be;
	}
	
	#menu ul ul li:first-child a:hover:after {
	border-right-color: #5ea4be;
	border-bottom-color: transparent;
	}
	
	#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
	display: block; /* show menu icon */
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding: 0 0 0 35px;
	border: 1px solid #5ea4be;
	color: #fff;
	background-color: #111;
	background: no-repeat 10px center, linear-gradient(#444, #111);
	border-radius: 6px;
	box-shadow: 0 1px 1px #5ea4be, 0 1px 0 #5ea4be inset;
	font-weight: bold;
		}
		
		/* main nav */
		#menu {
	margin: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
	background-color: #5ea4be;
	display: none;
	box-shadow: none;
	padding: 10px;
		}

		#menu:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -8px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #5ea4be;
		}	

		#menu ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin: 0;
	box-shadow: none;
		}

		#menu ul ul {
	box-shadow: none;
	color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			box-shadow: none;			
		}

		#menu ul li{
	margin-left: 20px;
	box-shadow: none;
		}

		#menu a{
	display: block;
	float: none;
	padding: 0;
	color: fff;
		}

		#menu a:hover{
	color: #fff;
		}	

		#menu ul a{
	padding: 0;
	width: auto;
		}

		#menu ul a:hover{
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}
