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

#langselector {
	width:114px;
	height:42px;
	margin-top:15px;
	float:left;
}
/* BEGIN LANGUAGE SELECTOR */
#langselector .langSelElement {
	width:100%;
}
#langselector .langSelElement {
	width:114px;
	height:42px;
	padding:0;
	background-image:url(../images/lang-select/drop-down.png);
	background-repeat:no-repeat;
}
#langselector .langSelElement a {
	width:114px;
	height:42px;
	margin:4px 0 0 0;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	text-decoration:none;
	text-align:center;
}
#langselector .langSelElement a:hover {
	color:#990000;
}
/*#langselector .langSelElement img {
	border:0;
	border:none;
	margin:2px 8px 0 0;
}*/
#langselector ul {
	padding:0;
	margin:0;
	list-style:none;
}

#langselector li {
	float:left;
	position:relative;
	z-index:1000;
}
/* submenu lists */
#langselector li ul {
	list-style:none;
	display:none;
	position:absolute;
	top:33px;
	left:10px;
	z-index:1001;
}

#langselector li:hover ul {
	display:block;
}
#langselector li:hover #mainnav ul {
	/*z-index:10;*/
}
#langselector li ul .subnav {
	padding:0;
	margin:0;
	width:58px;
	height:23px;
	background-image:url(../images/lang-select/lang-select-bg.png);
	background-repeat:repeat-y;
}
#langselector li ul .subnavsep {
	padding:0;
	margin:0;
	width:58px;
	height:2px;
	background-image:url(../images/lang-select/lang-select-sep.png);
	background-repeat:no-repeat;
}
#langselector li ul .subnavcap {
	padding:0;
	margin:0;
	width:58px;
	height:16px;
	background-image:url(../images/lang-select/lang-select-cap.png);
	background-repeat:no-repeat;
}
#langselector li ul .subnav a {
	margin:5px 0 0 0;
	padding:0 0 0 18px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	letter-spacing:.02em;
	text-decoration:none;
}
#langselector li ul .subnav a img {
	margin:4px 0 0 0;
}
#langselector li ul .subnav a:hover {
	color:#990000;
}