ul.menu, ul.menu ul {
	list-style: none;
	position: relative;
	z-index: 100;
}
	ul.menu ul {
		display: none;
		opacity: 0;
		position: absolute;
		margin: 0;
	}
		ul.menu ul.jshidden {
			display: block;
		}
		ul.menu ul.level-1 {
			left: 18px;
			top: 45px;
			padding-bottom: 10px;
			z-index: 99;
		}
		ul.menu ul.level-2 {
			left: 100%;
			top: -4px;
		}
			ul.menu ul.level-2.open-left {
				left: auto;
				right: 100%;
			}
		ul.menu li.parent:hover > ul, ul.menu li.parent.hover > ul {
			display: list-item;
		}

ul.menu li {
	display: inline-block;
	position: relative;
	text-align: left;
	white-space: nowrap;
	margin: 0;
}
ul.menu li.parent  {
	display: inline-block;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
	margin: 0;

}

	ul.menu ul.level-1 li {
		display: block !important;
		margin-left:0 !important;
		background-color: #00639a;
		border-top: 1px solid #000000;
		height:26px;
		
	}
	ul.menu ul.level-1 li:hover{
		background-color: #9AC256;
	
	}
	
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding: 12px 0;

}
ul.menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00639a;
	text-decoration: none;
}
	ul.menu ul.level-1 a {
		display: block;
		padding: 6px 30px 6px 7px;
		font-weight: 300 !important;
		text-transform: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	
	}
	
	ul.menu ul.level-1 li.parent > a {
		background-image:url(../images/dropdown_arrow.png);
		background-position:center right;
		background-repeat:no-repeat;
	}
	
	ul.menu ul.level-1 li.parent > a:hover {
		background-image:url(../images/dropdown_arrow_hover.png);
	}

	ul.menu ul.level-1 a:hover {
		
	}
		ul.menu ul.level-2 a {
			border-left:0;
		}
		
/*#nav ul.level-1 a {
	color: #fff;
}*/

.gallery, .videos {
	background: #19388A;
}
