/* 
 * Naver v3.0.7 - 2014-03-04 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

.naver { margin:0; width: 100%;}
.naver li { list-style-type:none; display:inline; width: 100%;}
.naver a { background-color:#07913a; color: #fff; display: block; float:none; font-size: 18px; margin:2px; padding: 10px ; text-decoration:none; width:100%;}
	
.naver .bgn a { background-color:rgba(0,0,0,0.00);}
.naver .bgn a:hover { background-color:rgba(0,0,0,0.00);}
.naver .bgn img {border: 1px solid #9B9B9B;}
.naver a:hover { background:#23d974; }
.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%; }


 	.naver .naver-handle { color: #333; cursor: pointer; display: none; 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 0; 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; }
	.naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }