#country-select {
	width: 100px;
	float:right;
	margin-right: 30px;
	margin-top: 2px;
	}

/* rought form styles for when JS is disabled */

#country-select form {
	width: 150px;
	padding: 0;
	display:none;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */

#global .dropdown dd { position: relative; }

#global .dropdown a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	overflow: hidden;
	}

#global .dropdown dt a {
	background: #959D7E;
	border: 1px solid #666;
	padding: 3px 10px 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	
	
	}
#global .dropdown dt a:after{	
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	float: right;
	margin-top: 5px;
}
#global .dropdown dt a.active:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	border-top: 0;
	float: right;
}

#global .dropdown dt a.active {
		background: #444;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom: 1px dotted #676768;
		-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
		box-shadow: 0 3px 7px rgba(0,0,0,.5);
		color: #fff;
		}

#global .dropdown dd ul {
	background: #959D7E;
	border: 1px solid #676768;
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	margin: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	width: 120px;
	}
	
#global .dropdown dd ul li{	
	display: list-item;
	margin:0;
}

#global .dropdown dd ul li a {
		padding: 2px 8px;
		}

#global .dropdown dd ul li a span,
#global .dropdown dt a span {
		float: left;
		width: 16px;
		height: 11px;
		margin: 2px 6px 0 0;
		
		background-repeat: no-repeat;
		cursor: pointer;
		}


.lang_English a span { background-image: url(../images/flag_icons/gb.png); }
.lang_French a span { background-image: url(../images/flag_icons/fr.png); }
.lang_German a span { background-image: url(../images/flag_icons/de.png); }
.lang_Italian a span { background-image: url(../images/flag_icons/it.png); }
.lang_Spanish a span { background-image: url(../images/flag_icons/es.png); }

#global .dropdown dd ul li a em,
#global .dropdown dt a em {
		font-style: normal;
		float: left;
		width: 60px;
		cursor: pointer;
		}

#global .dropdown dd ul li a em {
		color: #fff;
		}

#global .dropdown dd ul li a:hover { background: #EEE;}
#global .dropdown dd ul li a:hover em { color: #959D7E;}

#the-gardens #sub-nav.langroot_3 .cur > a:link,#the-gardens #sub-nav.langroot_3 .cur > a:visited,
#the-gardens #sub-nav.langroot_4 .cur > a:link,#the-gardens #sub-nav.langroot_4 .cur > a:visited,
#the-gardens #sub-nav.langroot_5 .cur > a:link,#the-gardens #sub-nav.langroot_5 .cur > a:visited,
#the-gardens #sub-nav.langroot_6 .cur > a:link,#the-gardens #sub-nav.langroot_6 .cur > a:visited{ 
	background-color: #638C19; 
	color: #FFF!important; 
}

