
	/* gestisce le immagini delle bandiere */

	
div#versione	{
	height: 21px;
	width: 50px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	background: white;
}

div#versione ul#bandiere	{
	height: 21px;
	width: 50px;
	background: transparent url(images/bandiere_menu.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#versione ul#bandiere li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#bandiere li, ul#bandiere a {
	height: 30px;
	display: block;
	}

div#versione ul#bandiere li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#flag_eng         {left: 0;     width: 25px;}     
#flag_ita	      {left: 27px;  width: 25px;}


#flag_eng a:hover   {background: transparent url(images/bandiere_menu.gif) 0  -21px no-repeat;}
#flag_ita a:hover   {background: transparent url(images/bandiere_menu.gif) -27px  -21px no-repeat;}
