naver ul {
	margin: 0;
	margin-top: 13px;
	margin-left: 5px;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;	
	border-bottom: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
naver li {
	float: left;
}
naver #login {
	background: #eee;
}
naver #login-trigger,  naver #signup a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}
naver #login-trigger {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #eee;
}
naver #login-trigger:hover,  naver #login .active,  naver #signup a:hover {
	background: #eee;
}
naver #login-content {
	display: none;
	position: absolute;
	top: 24px;
	right: 0;
	z-index: 999999;
	background: #fff;
	padding: 15px;
	-moz-box-shadow: 0 6px 6px -1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 6px 6px -1px rgba(0,0,0,.3);
	box-shadow: 0 6px 6px -1px rgba(0,0,0,.3);
	-moz-border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
}
#login-content h2 {
	font-weight: bold;
	color: #0389C1;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
naver li #login-content {
	left: 0;
	width: 600px;
}
.cities-sel {
	float: left;
	width: 140px;
	margin-right: 10px;
}
.cities-sel p {
	line-height: 22px;
	padding: 3px 0;
}
.cities-sel a {
	color: #3C3C3C;
	font-size: 14px;
	text-decoration: none;
}
.cities-sel a:hover {
	color: #04A1E4;
	font-weight: bold;
	text-decoration: none;
}
@media all and (max-width: 768px) {
naver li #login-content {
	left: 0;
	width: 330px;
	overflow: scroll;
	height: 350px;
}
@media all and (max-width: 500px) {
naver li #login-content {
	left: 0;
	width: 180px;
	overflow: scroll;
	height: 350px;
}