.naver .naver-handle { 
  color: #333; 
  cursor: pointer; 
  display: none; 
  font-size: 14px; 
  height: 47px; 
  line-height: 47px; 
  text-transform: uppercase; 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.naver .naver-handle:before { 
  background: url(fs-naver-icon.png) no-repeat center; 
  content: ''; 
  display: block; 
  float: right; 
  height: 15px; 
  margin: 15px 15px 0 0;
  width: 20px; 
}
.naver .naver-wrapper { 
  height: auto
}
.naver .naver-container:after { 
  clear: both; 
  content: "."; 
  display: block; 
  height: 0; 
  line-height: 0; 
  visibility: hidden; 
}
 	
@media screen and (min-width: 680px) {
 		.naver .naver-wrapper { 
      height: auto !important;
    }
}
 	
@media screen and (max-width: 680px) {
		/* Mobile Only */
		.naver.active .naver-handle { 
      display: block; 
    }
		.naver.active .naver-wrapper { 
      height: 0px; 
      overflow: hidden; 
    }
		
		/* Animated - Experimental! Performs poorly on mobile */
		.naver.animated .naver-wrapper {
			-webkit-transition: height 0.2s ease-out;
			   -moz-transition: height 0.2s ease-out;
			    -ms-transition: height 0.2s ease-out;
			     -o-transition: height 0.2s ease-out;
			        transition: height 0.2s ease-out;
		}
		.naver.animated .naver-container { opacity: 0; 
			-webkit-transition: opacity 0.2s ease-out;
			   -moz-transition: opacity 0.2s ease-out;
			    -ms-transition: opacity 0.2s ease-out;
			     -o-transition: opacity 0.2s ease-out;
			        transition: opacity 0.2s ease-out;
		}
		.naver.animated.open .naver-container { opacity: 1}
}

nav {
  z-index: 999;
  position: relative;
}	

.first_link {
  border-left: solid 1px #ffffff;
}
nav a { 
  background: #9E8AD4; 
  color: #fff; 
  display: block; 
  float: left; 
  font-family: segoe_lightregular, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  text-align: center;
  line-height: 47px; 
  margin: 0px; 
  padding: 0 15px; 
  border-right: solid 1px #ffffff;
}
nav a:hover { 
  text-align: center;
  font-family: segoe_lightregular, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #E6DEFC;
  margin: 0px;
  padding: 0 15px;   
  text-decoration: none;
}