@CHARSET "ISO-8859-1";
.country{
	float:left;
	margin-right:0.5em;
	font-size:0.8em;
	border-right:1px solid black;
	padding-right:0.5em;
}
.countrylist_js{
	display:none;
}
.menu_js{
	display:none;
}
.menu_jss{
	height:26px;
	width:171px;
}
.menu_js_active{
	background-image:url('../img/comun/selector_on.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.countryselector{
	font-size:0.8em;
	position:absolute;
	z-index:99999;
	top:88px;
	right:0px;
}
.countryselector_js{
	right:17px;
	top:43px;
	width:171px;
}
.country_js{
	background-color:black;
	margin:0;
	font-size:0.89em;
	color:#ffcc00;
	line-height:1.6em;
	padding-left:1em;
	width:148px;
	float:none;
	display:block;
	padding-right:0;
	border:none;
	border-left:1px solid black;
	border-right:1px solid black;
}
.country_js:hover{
	background-color: #4d4d4d;
}
.lastcountry{
	border:none;
}
.lastcounry_js{
	border-bottom:10px solid black;
}
.countrylink:link, .countrylink:active, .countrylink:visited{
	color: #fff;
}
.countrylink:hover{
	background-color:#4d4d4d;
}