#country-select {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 60px;
    
    z-index:9;
	}
/* rought form styles for when JS is disabled */
#country-select form {
	width: 60px;
	padding: 0;
	}
#country-select select,
#country-select input {
	display: none;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */
.dropdown dd { position: relative; margin-left:0!important }
.dropdown a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 60px;
	overflow: hidden;
	}
.dropdown dt a {
	
	color: #fff;
	}
	.dropdown dt a.active {
		
		color: #fff;
		}
.dropdown dd ul {
	
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 5px 0;
	list-style: none;
	border-top: none;
	margin: 0;
	}
    
	.dropdown dd ul li a {
		padding: 5px 0px;
		}
	.dropdown dd ul li a span,
	.dropdown dt a span {
		float: left;
		width: 60px;
		height: 11px;
		cursor: pointer;
		}
		.it a span { background: url(../img/it.gif) no-repeat center center }
		.en a span { background: url(../img/en.gif) no-repeat center center  }
		.ja a span { background: url(../img/ja.gif) no-repeat center center  }
		
	.dropdown dd ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: left;
		width: 60px;
		cursor: pointer;
        
        display:none;
		}
	.dropdown dd ul li a em {
		color: #dbc3b5;
		}
		.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
		.dropdown dd ul li a:hover em { color: #fff; }