#country-select {
	position: absolute;
	background:url(../../img/language-nav-map.png) no-repeat;
	top: 5px;
	right: 0;
	width: 45px;
	padding-left: 39px;
	}

/* rought form styles for when JS is disabled */

#country-select form {
	width: 80px;
	padding: 0;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */

.dropdown dd { position: relative; }

.dropdown a {
	text-decoration: none;
	outline: 0;
	font: 11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	width: 55px;
	overflow: hidden;
	}

.dropdown dt a {
	border: 1px solid transparent;
	padding: 1px 3px;
	background:url(../../img/triangulo-idioma.gif) no-repeat 95% center;
	color: #73747D;
	display:block;
	}

	.dropdown dt a.active {
		background: #fff url(../../img/triangulo-idioma.gif) no-repeat 95% center;
		border:1px solid #ccc;
		color: #666;
		}

.dropdown dd ul {
	background: #fff;
	border: 1px solid #ccc;
	color: #73747D;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	margin: 0;
	}

	.dropdown dd ul li a {
		padding: 2px 4px;
		}

	.dropdown dd ul li a span,
	.dropdown dt a span {
		float: left;
		width: 0;
		height: 0;
		margin: 0;
		cursor: pointer;
		}

	.dropdown dd ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: left;
		cursor: pointer;
		}

	.dropdown dd ul li a em {
		color: #73747D;
		}

		.dropdown dd ul li a:hover { background-color: #eeeeee;color: #666; }
		.dropdown dd ul li a:hover em { color: #666; }
