div a.langLink:link {
	padding: 2px;
	margin-left: 5px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color: #666666;
	text-decoration: none;
}

div a.langLink:visited {
	padding: 2px;
	margin-left: 5px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color: #666666;
	text-decoration: none;
}

div a.langLink:hover{
	/*background-color: #FF6800;*/
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	text-decoration: none;
}

a.langLink:hover span {
	visibility: visible;
	text-decoration: none;
	font-weight: 900;
}

a.langLink span {
	font-weight: 900;
	visibility: hidden;
}

a.enLink{
	background: url(../images/flags/uk-fs.jpg) center right no-repeat;
}

a.ltLink {
	background: url(../images/flags/lt-fs.jpg) center right no-repeat;
}


a.ruLink {
	background: url(../images/flags/ru-fs.jpg) center right no-repeat;
}

div#linguebox a {
	margin: 4px;
	text-align: center;
	font-weight: 900;
	overflow: visible;
	text-decoration: none;
	color: white;
	display: block;
	padding: 8px 0 0 0px;
	width: 28px;
	height: 22px;
	float: left;
	background: url(../images/lang_d.jpg) center center no-repeat;
}

div#linguebox a:hover {
	margin: 4px;
	text-align: center;
	font-weight: 900;
	overflow: visible;
	text-decoration: none;
	color: black;
	display: block;
	padding: 8px 0 0 0px;
	width: 28px;
	height: 22px;
	float: left;
	background: url(../images/lang_a.jpg) center center no-repeat;
}


