@charset "utf-8";

/* ---------------------------------- */
/*
* {
	box-sizing: border-box;
}

*/
/* ---------------------------------- */
/* ---------------------------------- */
#menuh-container {
	position: relative;
	width: 100%;
	/*display: inline-block;generate space - white line */
	/*display: block;  !!! dont display bg */
	display: flex;

	/* overflow: auto; */

	padding: 0px;
	/*padding-bottom: 10px;*/
	margin: 0px;
	text-align: center;
	/* letter-spacing: 1px; */
/*
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: bold;

	background-color: #FFDC93;
	background: linear-gradient(to top, rgba(255,220,147,1) , rgba(223,157,68,1));
*/
	
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	/* margin: 10px; */

	font-size: 1.1em;
	line-height: 1.9em;
	font-weight: bold;
	text-decoration: none;
	color: #3B3D38;

	font-variant: normal;
	text-transform: uppercase;
	
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);

}
/* ---------------------------------- */
#menuh {
	width: 100%;
	float: left;
}
		
#menuh a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	/*	
	background-color: #AB703B;
	color: #822109;
	
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #EDB967;

	border-left-color: #E3A44D;
	border-top-color: #FFF9E1;
	border-right-color: #CA7400;
	border-bottom-color: #72452F;
	
	border-radius: 20px;
	background: linear-gradient(to bottom, rgba(255,220,147,1) , rgba(223,157,68,1));
	margin-top: 2px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
*/

	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px;
	border-color: #8B928B;
	border-style: solid;
	margin-top: 2px;	/*box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);*/ /* offsetX offsetY blur spread color */
	border-radius: 3px;
	/*	
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 8.29%,rgba(213,215,214,1.00) 86.53%,rgba(30,29,29,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 8.29%,rgba(213,215,214,1.00) 86.53%,rgba(30,29,29,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 8.29%,rgba(213,215,214,1.00) 86.53%,rgba(30,29,29,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(239,239,239,1.00) 8.29%,rgba(213,215,214,1.00) 86.53%,rgba(30,29,29,1.00) 100%);

*/
	
/*	background: linear-gradient(to bottom, rgba(147,199,255,1.00) , rgba(42,142,167,1.00));*/
	background: linear-gradient(to bottom, rgba(2,97,136,1.00) , rgba(2,97,136,1.00));
	
	
	background-color: #026188;
	color: #FFFFFF;	
}
	
#menuh a:link, #menuh a:visited, #menuh a:active {
	/*color: #FCCA8D;*/
	background-color: #026188;
	text-decoration: none;
}
	
#menuh a:hover {
	text-decoration: none;

	/*
	color: white;
	background-color: #3987DD;
	box-shadow: inset 4px 4px 3px 3px rgba(0,0,0,0.25);
	background: linear-gradient(to bottom, #E97B03 , #A92301);
	*/
	color: #FFFFFF;
/*	
	background: linear-gradient(to bottom, rgba(147,199,255,1.00) , rgba(255,255,255,1.00));
	background: linear-gradient(to bottom, rgba(147,199,255,1.00) , rgba(42,142,167,1.00));
	background: linear-gradient(to bottom, rgba(0,52,74,1.00) , rgba(0,52,74,1.00));
*/	
	background-color: #00344A;
	background: linear-gradient(to bottom, rgba(0,52,74,1.00) , rgba(0,52,74,1.00));
	


}	
	
#menuh a.top_parent, #menuh a.top_parent:hover {
	/*background-image: url(../res/nav_white_dn2.png);*/ /* attaches down-arrow to all top-parents */
	background-position: right center;
	background-repeat: no-repeat;
	/* box-shadow: inset 4px 4px 3px 3px #333; */
	/*background-color: #9B5F31;*/
	}
	
#menuh a.parent, #menuh a.parent:hover {
	/* attaches side-arrow to all parents */
	/*background-image: url(../res/nav_white2.png 
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #9B5F31;
	/* box-shadow: inset 4px 4px 3px 3px #333; */
	}
/* ---------------------------------- */

#menuh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 1px;
	vertical-align: bottom;
	/*width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}

@media only screen and (max-width: 993px) {
	#menuh ul {
		float: none;
	}
}
/* ---------------------------------- */
#menuh li {
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}
/* ---------------------------------- */
#menuh ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	left: 10%;
	display: none;
	/*padding: 1em;  !!!!!  to align with parent !!!!!*/
	
	padding: 1em;
	
	margin: -1em 0 0 -1em;
}

@media only screen and (max-width: 768px) {
	#menuh ul ul {
		left: 25%;
		/* padding: 30px; */
		width: 50%;
		width:auto;
	}
}
/* ---------------------------------- */
#menuh ul ul ul {
	top:100%;
	/*left:100%;*/
	left: 10%;
	padding: 1em;
}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul {
	display: none; /* block display all subitems*/
	/* background-color:red; */
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul {
	display:block;
}


/* ------- SUB MENU LANG -------------- */

#submenubar {
	overflow: auto;
	float: right;
	/* width: 100%; */
	background-color: #EBEBEB;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	z-index: 50;
	border-radius: 0px 0px 0px 7px;
	border: 1px solid #8A8A8A;
}

ul#submenulang {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	list-style-type: none;
	float: right;
	/*margin-top: 5px;*/
}

ul#submenulang li {
	display: inline;

}

ul#submenulang li a {
	/* width: 130px; */
	/*line-height: 20px;*/
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5E3F00;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	
	/*
	border-right: 1px solid #FF0;
	border-bottom: 1px solid #FF0;
	*/
}

ul#submenulang li a:hover {
	background-color: #026188;
	color: #FFF;
}

.flag_img {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	vertical-align: text-top;
}
/* --------------------------------- */
#submenubar_shadow {
	height: 15px;
	background-color: #C8BEB4;
	background-image: url(../res/shadow01.png);
	background-repeat: repeat-x;
}
/* ------- TITLE BAR -------------- */
#titlebar {
	background-color: #FFFFFF;
	/*
	font-size: 1.8em;
	font-weight: bold;
	*/
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #643200;
}
/* -------- SUB ARTICLES LIST ------------ */
#subarticles_container {
	background-color: #FFFFFF;
	min-width: 200px;
	/*height: 100%;*/
	float: right;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: -20px;
	margin-top: -40px;
	margin-bottom: 7px;
	overflow: hidden;
	overflow-style: auto;
	border-bottom: 3px;
	border-bottom-color: #630;
	border-bottom-style: solid;
	border-bottom-left-radius: 14px;
	text-align: center;
	box-shadow: 2px 2px 1px 2px #666;
}


@media only screen and (max-width:993px){
	#subarticles_container {
		min-width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		float: none;
	}
}

#subarticles_container p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 0.3em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
}

ul#subarticle_menu {
	/* overflow: auto;*/
	margin: 0px;
	padding-left: 40px;
	padding-top: 0px;
	line-height: 1.7em;
	list-style-image: url(../res/link007_small_clear.png);
}

ul#subarticle_menu li {
	text-align: left;
	display: list-item;
	padding-left: 0px;
	line-height: 1.7em;
}

ul#subarticle_menu li a {
	/*font-size: 1em;*/
	font-weight: bold;
	color: #0C3F7E;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 20px;
}

ul#subarticle_menu li a:hover {
	/*background-color: #5F9EFF;*/
	background-color: #1A9FFF;
	color: #FFF;
/*	border-radius: 20px;
	padding-left: 7px;
	padding-right: 7px;*/
}


/* -------- SELECTED --------- */
.subarticle_menu_selected {
	font-size: 1.0em;
	font-weight: bold;

	line-height: 1.7em;
	/*background-color: #5FACFF;*/
	
	
	background-color: #88CDFF;
	
	border-radius: 20px;
}
/* ----------------------------- */
