#id_web2_header { 	
    padding: 20px 0 15px 0;

	background-color: #274a74   ;

	background-image:-webkit-linear-gradient(top,  #08111a, #274a74 ); 
	background-image:   -moz-linear-gradient(top,  #08111a, #274a74  );  
	background-image:    -ms-linear-gradient(top,  #08111a, #274a74  );  
	background-image:     -o-linear-gradient(top,  #08111a, #274a74  );  
	background-image:	 linear-gradient(top,  #08111a, #274a74  );  
	

}

/*
#id_web2_header, #id_web2_banner{
	filter: hue-rotate(27deg);
}
#id_web2_header div, #id_web2_banner div{
	filter: hue-rotate(-5deg);
}
#d-flags{
	filter: hue-rotate(-40deg) !important;
}
#logo img { 
	filter: hue-rotate(-30deg);
}
*/

.sticky {  
	top:0px;
	position: fixed; 
	z-index:9999;
	padding:11px 0 11px 0 !important;
}

.sticky #logo img {  width: 100px; margin-top:0px !important;}
.sticky .flag, .sticky #id_web2_banner {display:none;}
.sticky .menu {margin:0;}


#header { 
	/*width	:1000;	*/
	margin-left: auto;
    margin-right: auto;	
}

#logo {
	min-width:150px;
}
#logo img { 
	/*width:166px;*/
    width: 200px;
}

.menu{
	text-align:right;
	margin: 7px 0 9px;
}

#mv-menu .mnu{
	text-align:center;
	margin: 3px 0 5px;
	display:block !important;
	border-top: 1px solid #4D4D4D;
}
#mv-menu{
	clear:both;
}

.selmenu{
text-decoration:underline !important;
}

a.mnu , a.mnu:active, a.mnu:visited{
	color:white;
	text-decoration:none;
	font-size:20px;
	padding:15px 4px;
	margin:0 2px 0 6px; 
	line-height:1.6;
}
 
a.mnu:hover {
text-decoration:underline;

}

a.hotb, a.hotb:active, a.hotb:visited{
	color:white;
	background-color:#5Da411 !important ;
	background-image:-webkit-linear-gradient(top,  #aDf471, #5Da411); 
	background-image:   -moz-linear-gradient(top,  #aDf471, #5Da411 );  
	background-image:    -ms-linear-gradient(top,  #aDf471, #5Da411 );  
	background-image:     -o-linear-gradient(top,  #aDf471, #5Da411 );  
	background-image:	 linear-gradient(top,  #aDf471, #5Da411 );   

	text-shadow:1px 1px 3px #666666;
	text-decoration:none;
	font-size:18px;
	font-weight:bold; 
	padding:3px 8px ;
	top:-1px;
	white-space:nowrap; 
	text-align: center;
}
a.hotb:hover {
	text-decoration:underline;

}