#languagemenu{
	margin-top: 5px;
	float:right;
	height: 33px;
	position:relative;
	width:80px;
	margin-left:10px;
	z-index: 15;
}

#countryselector{
	margin-top:5px;
	float: right;
	height: 33px;
	position:relative;
	width:100px;
	margin-left:10px;
	z-index: 15;
}

/* disturbs menu */
#languagemenu a , #countryselector a {
	/*float: left;*/
	margin: 4px 4px 3px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#nav, #nav ul {
	width:100%;
	text-align:left;
	list-style: none;
	font-weight: normal;
	padding: 0;
	border: 0;
	margin: 0; 
	border: 0;
}

#nav a {
	display: block;
	text-decoration: none;
	color:#6b6c6e;
}

#nav li {
	float: left;
	padding: 0;
	background: url(/fileadmin/images/langselector_arrow.png) no-repeat right;
	border:1px solid #d8d8d8;
	width:100%;
	margin-bottom:0px;
}

#nav li li {
	width: 99%;
	height: auto;
	border: none;
	background:none;
	border:1px solid #cecbce;
	border-width:0 1px 0 1px;
}

#nav li ul {
	position: absolute;
	left:-999em;
	top:23px;
	height: auto;
	width: 100%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:2px 0 0 0;
	border:1px solid #cecbce;
	border-width:0 0 1px 0;
	background: url(/fileadmin/images/bg_headerSelect.gif) repeat-x left 2px;
	z-index:40;
}

#nav li li:hover {
	background:#e9e9e9;
	height: auto;
	color:#ae2e17;
}

#nav li li:hover a{
	color:#ae2e17;
}

#nav li:hover ul {
	left: 0px;
}

