.menuestilo{
	font-weight: normal;
	height: auto;
	width: 150px;
	float: right;
	padding: 5px 0 0 0;
}


.menuestilo:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.menuestilo ul{
	width: auto; /*THEME CHANGE HERE*/
	padding: 9px 6px;
	text-align: right; /*set value to "left", "center", or "right"*/
	margin: 0px;
}

.menuestilo ul li{
	display: inline;
	text-decoration: none;
}

.menuestilo ul li a{
	padding: 6px 9px;
	margin: 0px;
	text-decoration: none;
	font-size: 10px;
	color: #666;
}

.menuestilo ul li a:hover{
	color: #999;
	text-decoration: none;
	padding: 6px 9px;

}
.menuestilo ul li a:visited {
	text-decoration: none;
}


.menuestilo ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:12px;
	z-index:100;
	visibility: hidden;
	overflow: desplaz.;
	padding: 4px;
	width: 150px;
	background-repeat: repeat;
	background-image: url(../img/fondoMenuIdioma.png);
}


.dropmenudiv a{
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 5px 12px;
	text-decoration: none;
	color: #999;
	font-size: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFF;
}
