@charset "utf-8";


/* dropdownMenu */
/*----------------------------------------------*/

#dropDown {
	/* display: block!important; */
	/* width	:	960px; */
	/* width: 1150px; */
	/*
	height	:	200px;
*/
	margin: 0px auto;
	padding-top: 30px;
	/*
	background-image	:	url("../../images/view/megaMenu/menuBack.jpg");
	background-repeat	:	repeat-x;
	background-position	:	left bottom;
*/
	/* background-color	:	#eee; */
	position: absolute;
	top: 30px;
	/* top: 90px; */
	left: 0px;
	z-index: 10000;
	display: none;
	/* display: block!important; */
}

#menuArrow {
	/* width	:	18px; */
	width: 25px;
	/* height	:	15px; */
	height: 24px;
	position: absolute;
	/* top	:	-15px; */
	top: 10px;
	/* left	:	200px; */
	/* left: 264px; */
	left: 166px;
}

#menuArrow {
	max-width: 100%;
}

#dropWrap {
	/* width	:	960px; */
	background-color: #fff;
	border: 4px solid #003D99;
	/* width: 1150px; */
	/*
	height	:	200px;
	overflow	:	hidden;
*/
}

#dropArea {
	/* width	:	960px; */
	/* width: 1150px; */
	/* padding: 20px; */
	padding: 10px;
	display: flex;
	width: 1195px;

}

#dropArea .dropBox {
	/* padding-right	:	45px; */
	/* width: 215px; */
	max-width: 175px;
	/* margin-right: 20px; */
	/* margin-right: 10px; */
	margin-right: 6px;
	/* float	:	left; */
	flex: 1;
}

#dropArea .dropBox:last-child {
	margin-right: 0;
}

#dropArea .dropBox ul li {
	border-bottom: 1px solid #E6E6E6;
}

#dropArea .dropBox ul li.parentsMenu {
	float: none;
	background-image: url("../../images/view/megaMenu/border.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0;
}

#dropArea .dropBox ul li.childMenu {
	/* width	:	210px; */
	padding: 0;
	float: none;
	background-image: url("../../images/view/megaMenu/border.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#dropArea .dropBox ul li.parentsMenu a {
	width: auto;
	height: auto;
	/* padding	:	10px 0px 10px 15px; */
	/* padding: 10px 0px 10px 15px; */
	padding: 6px 6px 6px 10px;
	color: #003D99;
	font-weight: bold;
	display: block;
	background-color: #eee;
	/* background-image	:	url("../../images/view/darkBlueArrow.png"); */
	/* background-repeat	:	no-repeat; */
	/* background-position	:	left center; */
	transition: .3s ease all;
	text-align: left;
	font-size: 13px;
}

#dropArea .dropBox ul li.childMenu a {
	width: auto;
	height: auto;
	/*	padding	:	3px 0px 3px 15px;*/
	padding: 10px 0 10px 10px;
	color: #000;
	font-weight: normal;
	display: block;
	background-image: none;
	transition: .3s ease all;
	text-align: left;
	font-size: 13px;
}

#dropArea .dropBox ul li.parentsMenu a:hover {
	/* background-image	:	url("../../images/view/blueArrow.png"); */
	background-image: none;
	/* background-color: #eee; */
	/* background-color: #eeeeeea6; */
	/* color	:	#004097; */
	background-color: #003e9e;
	color: #ffffff;
}

#dropArea .dropBox ul li.childMenu a:hover {
	color: #004097;
	background-color: #ddd;
}

#dropArea .dropBox ul li.childMenu a .grayArrow {
	display: block;
	background-position: left 5px;
	padding-left: 15px;
}

#dropArea .dropBox ul li.childMenu a:hover .grayArrow {
	background-image: url("../../images/view/blueArrow.png");
	color: #004097;
}

#dropArea .dropBox ul li.childMenu a .yellowArrow {
	background-position: left center;
}



#dropArea .dropBox a:hover img {
	visibility: visible;
}

#dropArea .dropBox h3 {
	margin-bottom: 10px;
}

#dropArea .dropBox h3 a {
	background-image: none;
	margin: 0;
	/* width: 215px; */
	width: auto;
	height: auto;
	display: block;
	padding-top: 0;
}

#dropArea .dropBox h3 img {
	width: 100%;
	max-width: 100%;
	padding: 0;
}