/* gnb frame */
#css_gnb_frame {
	text-align: left;
}
/* main-menu */
#css_gnb_frame div.mm_wrap {
	height: 40px;
	text-align: center;
	border:0 solid;
	background-image:url(img/menu_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	border-radius:0 0 5px 5px ;
}
#css_gnb_frame ul.mm {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	line-height: 1.0em;
	margin-top: 1.1em;
	*margin-top: 1.1em;
}
#css_gnb_frame ul.mm li {
	display: inline;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.2px;
	font-weight: bold;
	line-height: 1.0em;
}
#css_gnb_frame ul.mm li.first {
	margin-left: 0;
	*margin-left: 1px;
}
/* sub-menu */
#css_gnb_frame ul.sm {
	clear: both;
	position: absolute;
	margin-top: 0px;
	line-height: 1.0em;
	padding: 8px 5px;
	background-color: #683E16;
	border-radius:0px ;
}
#css_gnb_frame ul.sm li {
	float: left;
	cursor: pointer;
	font-size: 11px;
	line-height: 1.01em;
	*line-height: 1.1em;
	*height: 11px;
}
#css_gnb_frame ul.sm li.first {
	margin-left: 0;
}