/* CSS Document */
#gnb {
	margin: 0;
	padding: 0;
	overflow:hidden
}
#gnb li {
	float: left;
	list-style: none;
	font-family: NanumGothicBold, ³ª´®°íµñ, NanumGothic, ng, Arial, sans-serif;
	font-size: 14px
}
#gnb li a {
	display: block;
	background: #977956;
	padding: 0px 0px;
	text-decoration: none;
	border-right: 0px solid #121212;
	color: #888888;
	white-space: nowrap
}
#gnb li a:hover {
	background: #121212; color: #121212; 
}
#gnb li ul {
	margin: 0;
	padding: 0;
	position: absolute; z-index:200;
	display:none;
	border-top: 3px solid #121212
}
#gnb li ul li {
	float: none;
	display: inline
}
#gnb li ul li a {
	width: 221;
	background: #121212
}
#gnb li ul li a:hover {
	background: #977956
}

