.languages ul{
	float: left;
	list-style-type: none;
}

.languages li{
	padding-top: 8px;
	float: left;
}

.languages a {
	display: block;
	width: 16px;
	height: 11px;
}




.flag_sk {
	background: url(/img/flags_gray/sk.png) no-repeat;
}

.flag_en {
	background: url(/img/flags_gray/en.png) no-repeat;
}

.flag_ru {
	background: url(/img/flags_gray/ru.png) no-repeat;
}



.flag_sk_act {
	background: url(/img/flags/sk.png) no-repeat;
}

.flag_en_act {
	background: url(/img/flags/en.png) no-repeat;
}

.flag_ru_act {
	background: url(/img/flags/ru.png) no-repeat;
}



.flag_sk:hover {
	background: url(/img/flags/sk.png) no-repeat;
}

.flag_en:hover {
	background: url(/img/flags/en.png) no-repeat;
}

.flag_ru:hover {
	background: url(/img/flags/ru.png) no-repeat;
}
