@charset "utf-8";
/* CSS Document */
.langflags a {
	text-decoration: none;
	display: inline-block;
	width: 38px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center -20px;
}
.langflags a:hover {
	text-decoration: none;
}
.langflags .flag.inactive {
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.langflags a.inactive:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.langflags a.active {
	background-position: center 0px;
}
.langflags a:active {
	background-position: center -40px;
}
