﻿.div_lingue
{
  padding:0 0px 0 4px;
  position:absolute;
  background: url(Images/Lingue/sfondo_sx.jpg) no-repeat left bottom;
  float:left;
  z-index:1000;
}

.div_lingue span
{
  padding:0 4px 0 0;
  display:block;
  background: #333333 url(Images/Lingue/sfondo_dx.jpg) no-repeat right bottom;
}

.div_lingue a.select
{
  cursor:pointer;
  padding: 6px 15px 0 5px;
  *padding: 4px 15px 0 5px;
	display:block;
	height:18px;
	*height: 20px;
  font-size:12px;
  font-family: Tahoma;
  font-weight:bold;
	text-decoration:none;
	color:#b4b6b5;
	text-transform:uppercase;
  background:#333333 url(Images/Lingue/freccia_giu.jpg) no-repeat 97% center;
  width:90px;
}

.menu_body ul{margin:0; padding:0; list-style:none;}
.menu_body li{margin:0; padding:0; list-style:none;}

.menu_body 
{
  width:90px;
  display:none;
  background:#333333;
  padding-bottom:4px;
  z-index:1000;
  /*
  padding-top:8px;
  */
}

.menu_body li
{
  background:#333333;
  padding:0px 5px 0px 5px; 
}

.menu_body li.alt
{
  background:#333333;
}

.menu_body li a
{
  font-size:12px;
  font-family: Tahoma;
  font-weight:bold;
  color:#b4b6b5; 
  text-decoration:none; 
  text-transform:uppercase;
  display:block;
}

.menu_body li a:hover
{
  color:#ffffff; 
}

.menu_body li a.selected
{
  color:#ffffff; 
}

.div_lingue a.aperto
{
  color:#676767;
  background:#333333 url(Images/Lingue/freccia_su.jpg) no-repeat 97% center;
}

