#german, #french, #english {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FF3366;
	text-transform: uppercase;
}
#german ul, #french ul, #english ul {
	margin: 0 0 0 2px;
	padding: 0;
}
#german ul li, #french ul li, #english ul li {
	display: list-item;
	padding: 0 15px 0 35px;
	list-style-type: none;
	line-height: 30px;
	color: #BBDDFF;
}
#german ul li.germany {
	background-image: url(/images/all-all/flag_germany.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#german ul li.austria {
	background-image: url(/images/all-all/flag_austria.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#german ul li.switzerland {
	background-image: url(/images/all-all/flag_switzerland.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#french ul li.france {
	background-image: url(/images/all-all/flag_france.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#french ul li.belgium {
	background-image: url(/images/all-all/flag_belgium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#french ul li.switzerland {
	background-image: url(/images/all-all/flag_switzerland.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#french ul li.luxembourg {
	background-image: url(/images/all-all/flag_luxembourg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#french ul li.canada {
	background-image: url(/images/all-all/flag_canada.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#english ul li.usa {
	background-image: url(/images/all-all/flag_usa.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#english ul li.uk {
	background-image: url(/images/all-all/flag_great_britain.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#english ul li.canada {
	background-image: url(/images/all-all/flag_canada.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a {
	font-size: 14px;
	font-weight: bold;
}