ul.menu, ul.menu ul {
	display: block;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 999;
}
	
	ul.menu ul {
		display: none;
		opacity: 0;
		position: absolute;
		margin: 0;
		z-index: 999;
	}
		
		ul.menu ul.jshidden {
			display: block;
		}
		
		ul.menu ul.level-1 {
			left: 0;
			margin:0 0 0 0 !important;
		}
		
		ul.menu ul.level-2 {
			left: 100%;
			top: 0;
		}
		
			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 {
	padding-bottom:15px;
}*/

ul.menu li {
	display: inline;
	position: relative;
	text-align: left;
	line-height: normal;
	margin-right: 2.5%;
	z-index: 100;
	font-size: 1em;
}
@media (max-width: 700px) {
	ul.menu li {
		margin-right: 1.5%;
	}
}
	ul.menu ul.level-1 li {
		display: block !important;
		background-color: #FFFFFF;
		color: #fff;
		line-height: 1.25em;
		white-space: nowrap;
    	width: 100%;
	}
	
ul.menu li a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 550;
	text-transform: uppercase;
}

	ul.menu ul.level-1 a {
		display: block;
		color: #0b1d37 !important;
		border-left: #CCC thin 1px;
		border-right: #CCC thin 1px;
		border-bottom: #CCC dotted 1px;
		padding: 7px 13px 7px 6px;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		width: auto;
	}
	ul.menu ul.level-1 li.parent > a {
		background-image:url(../images/dropdown_arrow.png);
		background-position:center right;
		background-repeat:no-repeat;
		padding-right: 30px;
	}
	
	ul.menu ul.level-1 li.parent > a:hover {
		background-image:url(../images/dropdown_arrow_hover.png);
	}

	ul.menu ul.level-1 a:hover {
		background-color: #6793C4;
		color: #fff !important;
	}
		ul.menu ul.level-2 a {
			border-left:0;
			font-size: 0.6em !important;
			line-height: 1.7em !important;
		}
		
		

