@font-face {
	font-family: Rosario;
	src: url('Rosario-Regular.ttf')
}

@font-face {
	font-family: TrajanPro;
	src: url('TrajanPro-Regular.otf')
}

.ymnav a, .ymnav a:visited, .ymnav a:hover, .ymnav a:active, .ymnav a:focus {
    direction:ltr; outline:0;
    /*font:normal 12px/25px arial, verdana, sans-serif;*/
}

/* hover and tab action */
.ymnav {
    z-index: 1;
    height:34px;
    /* font:normal 12px/25px arial, verdana, sans-serif; */
    
    position: relative; 
    
   	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    margin: 6px auto 0 auto;
    padding: 0 6px;
    text-align: center;
    width: 932px;    
}

.ymnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	height:34px;
}

.ymnav .menu li {
}

.ymnav .menu .level1-li {
    font-weight: 400;
    font-weight:bold;
    line-height:34px;
	float:left;	
}

.ymnav .menu .level1-li:first-child {
	margin-left:3px;	
}

.ymnav .menu .separator {
	background: url('../images/list-icon-nav.png') no-repeat;
	width: 6px;
	height: 5px;
	position: relative;
	top: 14px;
	float:left;
	margin: 0px 2px 0px 1px;
}

.ymnav .menu .level1-li a {
    text-decoration: none;
    float:left;
	display: inline-block;
    padding:9px 0px 9px 0px;
	/*margin: 0px 3px 0px 2px;*/
	
    color:#1e6fb7;
    
	font:13px Rosario;
	
	text-transform: uppercase;
 
}

.ymnav .menu .level1-li a div {
	transform:scale(0.9,1.1);
	-ms-transform:scale(0.9,1.1);
	-moz-transform:scale(0.9,1.1);
	-webkit-transform:scale(0.9,1.1);
	-o-transform:scale(0.9,1.1);
}

.ymnav .menu .level1-li .sub a div {
	transform:scale(1,1);
	-ms-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
}


.ymnav .menu a.level1-a:hover,
.ymnav .menu a.level1-a:active,
.ymnav .menu a.level1-a:focus
{
		background:#bee3ff;
}

.ymnav ul ul.sub {
    position:absolute;
    top: 34px;
    left: inherit;
    height:auto;
 
    display: none;
 
    -webkit-transition: display .25s ease .1s;
    -moz-transition: display .25s ease .1s;
    -o-transition: display .25s ease .1s;
    -ms-transition: display .25s ease .1s;
    transition: display .25s ease .1s;
    
    background: rgb(94,170,222); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYWFkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTcxYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(94,170,222,1) 0%, rgba(33,113,182,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,170,222,1)), color-stop(100%,rgba(33,113,182,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,170,222,1) 0%,rgba(33,113,182,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,170,222,1) 0%,rgba(33,113,182,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,170,222,1) 0%,rgba(33,113,182,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,170,222,1) 0%,rgba(33,113,182,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eaade', endColorstr='#2171b6',GradientType=0 ); /* IE6-8 */

}
 
.ymnav ul li:hover > ul.sub,.ymnav ul li:focus > ul.sub,.ymnav ul li:active > ul.sub  { display:block; }
 
.ymnav ul ul.sub li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.ymnav ul li:hover > ul.sub li {
    overflow: visible;
    padding: 0;
}

.ymnav ul ul.sub li a {
    width: 160px;
    padding: 10px 5px 10px 10px !important;
    margin: 0 10px;
	color: #ffffff !important;
	border:0;
	border-bottom:1px solid rgba(255,255,255,0.2);
	text-transform: none !important;
	text-align:left;
}

.ymnav ul ul.sub li a:hover,
.ymnav ul ul.sub li a:active,
.ymnav ul ul.sub li a:focus
{margin:0;background:#7ac5ff;border-bottom-color:transparent;padding: 10px 15px 10px 20px !important;}
 
.ymnav ul ul.sub li:last-child a { border-bottom:0;}

/* #ae7b00 instead of 
.ymnav .menu .sub {

	float:left;
    margin-top:-20px;
    padding-top: 25px;
	    
     Fall back for web browsers that doesn't support RGBa 
    background: rgb(255, 255, 255);
     RGBa with 0.65 opacity 
    background: rgba(255, 255, 255, 0.95);
    
}

.ymnav .menu .sub a {
    position: relative;
    margin-right: -1px;
}

.ymnav .menu .sub li {
	padding-top: 7px;
}

.ymnav .menu .sub li a {
    color:#1e6fb7;
	font:12px Rosario;
	transform:scaleY(1.25);
	-ms-transform:scaleY(1.25);
	-moz-transform:scaleY(1.25);
	-webkit-transform:scaleY(1.25);
	-o-transform:scaleY(1.25);
	text-transform: uppercase;
    line-height:15px;

}
*/




.ym-languages-wrapper {
    z-index: 1;

    font:normal 12px arial, verdana, sans-serif;
    margin:0 auto;
    position:relative;
}

.ym-languages-wrapper ul {
    margin:7px 0 0 0;
    padding:0;
    list-style:none;
}

.ym-languages-wrapper ul li:first-child {
    margin-left:8px;
}

.ym-languages-wrapper li {
    color:#0071da;
    font-stretch: ultra-expanded;
    *font-weight:bold;
    /* text-transform: uppercase;*/
    *position: relative;
    float:left;
}

.ym-languages-wrapper a {
    display:block;
    text-decoration: none;
    padding-left:3px;
    padding-right:3px;
    border-right: 1px solid #CCC;
    color:#0071DA;
    position:relative;
    float:left;
    font-size: 12px;
}

.ym-languages-wrapper ul li:last-child a {
    border:none;
}

.ym-languages-wrapper a:hover,
.ym-languages-wrapper a:focus,
.ym-languages-wrapper a:active {
    background:#0071DA;
    margin-right:0;
    color:#FFF
}

.Box-Button {
	width: 305px;
	height: 75px;
	background-image: url(../images/Box_button.jpg);
	cursor: pointer;

	margin: 0 0;
	padding: 0 25px 0 25px;
	display: table-cell;
	vertical-align: middle; 	
}

.Box-Button-vertical {
	text-align: center;
	text-transform: uppercase;

	color: white;
 	font: 16px TrajanPro;
 	width: 100%;
 	
 	text-shadow: 2px 2px 2px #3783a1;
}

.Box-Button-vertical span {
	font-size: 20px;
}

/* hover and tab action */
.ymroadmap {
	z-index: 1;
	/* height: 24px; */
	margin: 0 auto;
	position: relative;		
	padding: 10px 0 0 0;
	background-image: url(../images/CH-Footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;   
	width: 100%;
	border: thin;
	
}

ul.roadmap {
    margin:0;
    padding:0;
    list-style:none;    
}

ul.roadmap li h3 {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #0056c0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 0;	
}

ul.roadmap li h3 a {
	color: #0056c0;
	font-size: inherit;
	font-weight: normal;
	text-transform: uppercase;
}

ul.roadmap li a {
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}

.ymroadmap ul li.level2-li{
    margin-left: 5px;
    list-style: none;
}

.ymroadmap ul.roadmap {
    /*position:absolute;
    overflow:hidden;*/
}

.ymroadmap .roadmap a:hover,
.ymroadmap .roadmap a:focus,
.ymroadmap .roadmap a:active {color:#0071DA; margin-right:0;}

.ymroadmap .copyright {
    clear: both;
    padding: 10px;
    text-align: center;
    color: #4D87C7;
    font-size: 13px;
}

.section-subcategories {
	display:block;
	padding:0 5px;
	border-top:1px solid #e7d7b2;
	border-bottom:1px solid #e7d7b2;
	background: #fbf8f2;
	margin:15px 2px 25px -19px;
	text-align:center;
	line-height: 20px;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	color:#af7c00;
	width:613px;
}

.section-subcategories a {color:#717171;padding:0 5px;}

