/*CSS language CZ*/
li.fr,
li.cz,
li.it,
li.es,
li.pt,
li.en,
li.de {
	width: 20px;
	height: 15px;
	display: block;
	padding: 8px 2px 0 3px;
	float: left;
}
li.fr a,
li.cz a,
li.it a,
li.es a,
li.pt a,
li.en a,
li.de a {
	display: block;
	width: 20px;
	height: 15px;
}

li.de a {background:url("../img/flag_de_n.gif") left no-repeat;}
li.de a:hover,
li.de a:active{background:url("../img/flag_de_a.gif") left no-repeat;} 


li.en a {background:url("../img/flag_en_n.gif") left no-repeat;}
li.en a:hover,
li.en a:active {background:url("../img/flag_en_a.gif") left no-repeat;}

li.pt a {background:url("../img/flag_po_n.gif") left no-repeat;}
li.pt a:hover,
li.pt a:active {background:url("../img/flag_po_a.gif") left no-repeat;}

li.es a {background:url("../img/flag_es_n.gif") left no-repeat;}
li.es a:hover,
li.es a:active {background:url("../img/flag_es_a.gif") left no-repeat;}

li.it a {background:url("../img/flag_it_n.gif") left no-repeat;}
li.it a:hover,
li.it a:active {background:url("../img/flag_it_a.gif") left no-repeat;}

li.fr a {background:url("../img/flag_fr_n.gif") left no-repeat;}
li.fr a:hover,
li.fr a:active {background:url("../img/flag_fr_a.gif") left no-repeat;}

li.cz a {background:url("../img/flag_cz_a.gif") left no-repeat;}