/* Navigation */
#overflash ul {
 /*display: none; */
}



/* Länderwebsites */

#topCountry {
	cursor: pointer; 
	padding-left: 11px;
	padding-top: 2px; 
	height: 18px;
	z-index: 9999;
	background-repeat: no-repeat; 
	background-position: 130px 4px; 
	color: #09204A; 
	background-color: #fff;
}
#countries {
	width: 176px; 
	height: 270px; 
	font-size: 10px; 
	color: #08204C; 
	border: 1px solid #08204C;
	z-index: 200;
}

.subCountries {
	cursor: pointer; 
	padding-left: 32px; 
	border-top: 1px solid #E3E6EB; 
	padding-top: 5px; 
	padding-bottom: 5px;
	background-repeat: no-repeat; 
	background-position: 8px 7px;
	z-index: 200;
}

