#bandiere ul, li, a
{
margin: 0; 
padding: 0;
}

#bandiere a
{
color: #292929;
text-decoration: none;
}

#bandiere ul
{
margin: 0;
float:right;
}

#bandiere li
{
display: inline;
float: left;
line-height: 1em;
padding: 0 .5em 0;
position: relative;
text-align: right;
}

#bandiere li.lingua:hover
{
	background: #FFFFFF;
}

/* Second tier */

#bandiere li ul
{
	background-color: #ffffff;
	display: none;
	height: 150px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	border: solid 1px #f1f1f1;
	padding:5px;
	z-index:1000;
}

#bandiere .duevoci
{
	background-color: #ffffff;
	display: none;
	height: 40px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	border: solid 1px #f1f1f1;
	padding:5px;
}
/* When the user hovers over a list item, we'll then make the nested unordered list visibile*/

#bandiere li:hover ul
{
display: block;
width: 100px;
}

#bandiere li ul li
{
border-right: none;
margin: 0;
padding: 0px;

text-align: left;
width: 100px;

}

#bandiere li ul li a
{
	width:100%;
	padding: 10px;
}

#bandiere li ul li a img
{
	padding-right: 10px;
}

#bandiere li ul li:hover a
{
width:150px;
	padding: 10px;
}

#bandiere .noBorder
{
border: none;
}
