/* 
 * Naver v3.0.8 - 2014-05-06 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.naver .naver-handle { color: #333; cursor: pointer; display: none; font-size: 14px; height: 30px; line-height: 28px; 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(jquery.fs.naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 7px; width: 20px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

	.naver.enabled .naver-handle { display: block; font-size:11px;color:#47a4aa}
	.naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }
	
	
	


.naver a {
	background: #9BD9DD;
	color: #fff;
	display: block;
	margin: 0 1px 0 0;
	padding-top: 14px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.naver a:hover { background: #71bcc1; }
.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%; }
