#langswitch {
	margin-top: 10px;
	margin-left: 0px;
	width: 14px;
	float: left;
	text-align: left;
}
#langswitch ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#langswitch ul li{
  display: block;
	margin-top: 5px;
	width: 14px;
	height: 15px;
}

#langswitch ul li a{
	width: 14px;
	height: 15px;
	line-height: 15px;
	padding-left: 0px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #6a6243;
	background: #fff;
}

#langswitch ul li a:hover{
	color: #998d61;
	background: #6a6243;
}

#langswitch ul li a:active, #langswitch ul li a.act{
	color: #998d61;
	background: #6a6243;
}
