@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

#nav1 ul {
	padding: 0;
	margin: 0px;/* margin:10px 0 8px 3px; */
}
#nav1 ul li {
	display: inline;
}
#nav1 ul li a {/* color:#222222;*/
	color: #757575;
	font-family: nanumgothic, sans-serif;
	border-bottom: 1px solid #EDEDED;
}
#nav1 ul li a:hover {
	text-decoration: none; /* font-weight:bold;*/
	color: #000;
}
#nav1 li.on {
	font-weight: bold;
}
#nav1 li.on a {
	background: #75ca51;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#nav1 li.on a:hover {
	background: #dde4e9;
	color: #666;
}
