.language-selection {
	position: absolute;
	top: 55px;
	left: 730px;
	width: 90px;
	height: 35px;
	background-color: #666666;
	-moz-border-radius: 10px;	
	z-index: 2;
	display: none;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	}

.language-name a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	}

.language-name a:hover {
	text-decoration: underline;
	font-size: 13px;
	}
