
#country-select dd,
#country-select ul,
#country-select li {
	margin: 0;
	padding: 0;
}

#country-select {
	width: 105px;
}

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

#country-select form {
	width: 180px;
	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: 12px Arial, Helvetica, sans-serif;
	display: block;
	overflow: hidden;
	}

.dropdown dt {
	position: relative;
}

.dropdown .triangle {
	display: block;
	width: 7px;
	height: 7px;
	background-image:url(../images/dropdown.png);
	position: absolute;
	right: 10px;
	top: 15px;
}


.dropdown .active .triangle {
	background-position: right;
}

.dropdown dt a, .back a {
	background: #ece4d9;
	padding: 3px 10px 4px 10px;
	color: #fff;
	padding: 9px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #d7c564, #d7c564 85%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.back a {
	float: right;
}

.back a:hover {
	text-decoration: none;
}
	.dropdown dt a.active {
		background: #e2d9cb;
		border-bottom: 1px dotted #676768;
		color: #fff;
		}

.dropdown dd ul {
	background: #374F80;
	color: #fff;
	display: none;
	position: absolute;
	z-index: 999;
	top: -3px;
	left: 0;
	list-style: none;
	width: 105px;
	margin: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: none;
	}

	.dropdown dd ul li a {
		padding: 9px 10px;
		}

	.dropdown dd ul li a span,
	.dropdown dt a span {
		float: left;
		width: 16px;
		height: 11px;
		margin: 2px 6px 0 0;
		background-image: url(../images/flags.png);
		background-repeat: no-repeat;
		cursor: pointer;
		display: none;
		}

		.us a span { background-position: 0 0 }
		.uk a span { background-position: -16px 0 }
		.fr a span { background-position: -32px 0 }
		.de a span { background-position: -48px 0 }
		.nl a span { background-position: -64px 0 }
        .hu a span { background-position: -32px 0 }
		
		
	.dropdown dd ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: left;
		cursor: pointer;
		}

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

		.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
		.dropdown dd ul li a:hover em { color: #fff; }
		
		
		
		
.back a {
    float: right;
}
.back a {
    background: linear-gradient(to bottom, #d7c564, #d7c564 85%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #FFFFFF;
    padding: 9px;
}
