.menu_pais {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	line-height:29px;
	width:100%;
}

.menu_pais a {
	color:#FFFFFF;
	display:block;
	line-height:29px;
	padding-left:30px;
	text-decoration:none;
	list-style:none;
}

.seleccionado {
	background:url(imagenes/menu_premium/flechita_on.jpg) no-repeat center right;
	border:#666666 thin solid;
	width:160px;
	height:28px;
	display:block;
	background-color:#000000;
}

.seleccionado:hover {
	background:url(imagenes/menu_premium/flechita.jpg) no-repeat center right;
	background-color:#000000;	
	border:#d39717 thin solid;
}

.seleccionado a {
	width:130px;
	height:28px;
	background: no-repeat left center;
}

.seleccionado a:hover {
	color:#d39717;	

}

.no_seleccionado {
	position:absolute;
}

.no_seleccionado a {
	width:120px;
	display:list-item;
	background: no-repeat left center;
	background-color:#000000;
	border-bottom:#666666 solid;
	border-bottom-width:1px;
}

.no_seleccionado a:hover {
	border-bottom:#d39717 solid;
	color:#d39717;
	border-bottom-width:1px;
}

.menu_pais a.ARG {
	background-image:url(imagenes/menu_premium/argalto.jpg);
}

.menu_pais a.MEX {
	background-image:url(imagenes/menu_premium/mexico.jpg);
}

.menu_pais a.GBR {
	background-image:url(imagenes/menu_premium/ing.jpg);
}

.menu_pais a.ESP {
	background-image:url(imagenes/menu_premium/spain.jpg);
}

.menu_pais a.NED {
	background-image:url(imagenes/menu_premium/hol.jpg);
}

.menu_pais a.PAY {
	background-image:url(imagenes/menu_premium/int.jpg);
}