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

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

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

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

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

#nav a.act{
	color: white;
}

#nav a:hover, #nav li li:hover a{
	color: white;
}


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

#nav li li {
	width: 100%;
	height: auto;
	border: none;
	background: url(/fileadmin/images/blank.png) #aeadae no-repeat right;
}

#nav li ul {
	position: absolute;
	left:-999em;
	top:25px;
	height: auto;
	width: 100%;
	font-weight: normal;
	margin: 0;
	background-color: #cccccc;
	border:1px solid #cecbce;
	z-index:40;
}

#nav li li:hover {
	background: #dddddd;
	height: auto;
	color: white;
	
}

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