@charset "utf-8";
/* CSS Document */


#topmenucontainer {
	top: 0;
	width:980px;
	height:45px;
	background-image:url(../images/bg-topmenu.png);
	background-repeat:no-repeat;
	text-align: right;
	z-index:2;
}


#topmenutxt {
	width: 980px;
	padding-top: 14px;
	text-align: right;
	z-index:2;
	float: left;
}



a.topmenu {
color: #ffffff;
padding-right: 9px;
font-weight:normal;
font-size: 11px;
text-transform: uppercase;
}

a.topmenu:hover {
color: #019ee1;
padding-right: 9px;
font-weight:normal;
font-size: 11px;
text-transform: uppercase;
}


.language {
	padding-top:2px;
	margin-left: 27px;
	margin-right: 146px;
}
	
	

#tabmenu {
	position:absolute;
	top: 131px;
	right: 252px;
	width: 530px;
	height: 20px;
	margin:0px;
	padding: 0;
	text-align: right;
	float: right;
	color: #ffffff;
	z-index: 10;
	display:inline-block;
	overflow: hidden;
}

#tabmenu a:hover {
	color: #234553;
	text-decoration:none;
}


.off a {
	top: 1px;
	height: 21px;
	text-align: right;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	vertical-align:top;
	font-size: 12px;
	color: #ffffff;
	background-color: #019ee1;
	text-decoration: none;
	font-weight:normal;
	word-spacing: normal;
	list-style-type:none;
	text-decoration:none;
	border-bottom: 4px #019ee1 solid;
}

.on a {
	
	top: 1px;
	height: 21px;
	text-align: right;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	vertical-align:top;
	font-size: 12px;
	color: #234553;
	background-color: #019ee1;
	text-decoration: none;
	font-weight:normal;
	word-spacing: normal;
	list-style-type:none;
	text-decoration:none;
	border-bottom: 4px #019ee1 solid;
}



#footer_sub_menu {
clear: both;
display:inline-block;
width: 930px;
text-align: right;
vertical-align: bottom;
bottom: 0px;
padding-top: 12px;
margin-left: 30px;
}

#footer_sub_menu ul {
text-align: right;
}


#footer_sub_menu li {
float: left;
text-align: right;
padding-right: 0px;
padding-right: 10px;
}

#footer_sub_menu a {
font-family: Trebuchet MS,Helvetica,sans-serif;
font-size: 16px;
text-decoration: none;
word-spacing: normal;
text-align:right;
text-transform:uppercase;
}

#footer_sub_menu a:hover {
color: #1481ae;
}


.footer_off a {
font-family: Trebuchet MS,Helvetica,sans-serif;
font-size: 16px;
color: #8f8b82;
text-decoration: none;
font-weight:normal;
padding-right: 20px;
padding-top: 3px;
}

.footer_on a {
font-family: Trebuchet MS,Helvetica,sans-serif;
font-size: 16px;
text-align: right;
color:#1481ae;
text-decoration:none;
padding-right: 20px;
padding-top: 3px;
}


