@charset "utf-8";
/* CSS Document */

/* Behaviors*/
#idiomas  { behavior:url(includes/csshover2.htc)}

/* Select */

#idiomas {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	border: #48322E;
	font-size: 0.8em;
	float: left;
  }
#idiomas a{
	display: block;
	padding: 2px;

  }
#idiomas a:hover {
 background-color: #E9F0C5;
 color: #533A35;
 }
#idiomas li {
  	background-color:#252525;
	height: 19px;
	width: 100px;
	padding: 2px;	
	margin: 0;
  float: left;
  position: relative;
  width: 10em;
    list-style: none;
  }
  
  #idiomas li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  z-index: 4;
  }
  
#idiomas li > ul {
	top: auto;
	left: auto;

	}

#idiomas li:hover ul, #idiomas li:hover li:hover ul { display: block;}

#lingualabel {
background: url(../images/bt_drop.png) no-repeat top right;
	height: 19px;
}

/* Image Replacement - Radu Method */
.bandeiras {
	width: 18px;
	height: 16px;
	float: left;
	margin-right: 5px;	
}

#idiomas #Div1 {
	list-style: none;
	display: none;
}





#br {
background: url(../images/bandeiras/br.png) no-repeat 2px 3px;
}
#en {
background: url(../images/bandeiras/us.png) no-repeat 2px 3px;
}
#es {
background: url(../images/bandeiras/es.png) no-repeat 2px 3px;
}

