@charset "euc-kr";
/*
Author : jsm
Version : 1.0


*/

#header #topnavi {
	clear:both;
	position:relative;
	height:78px;
	width:724;
	margin:0 auto;
	z-index:1;
	line-height:normal;
	white-space:nowrap;
	letter-spacing:-.1em;
	*letter-spacing:-.05em;
	font-family:Dotum, arial, helvetica, sans-serif;
	background:# url('') no-repeat 0 0px;
}

#header .menudiv
{
	height: 100%;
	padding-left : 30px; /* Ã¹¸Þ´º ÁÂÃø¿¡¼­ºÎÅÍ °Å¸®/
	/* border: 1px solid red; */
	position: relative;
}

#header #topnavi ul#gnb {
	text-align:center;
	padding:0;
	margin:0;
}

#gnb li {
	float:left;
	text-align:center;
	padding:25px 12 0 5;/* ´ë¸Þ´º»óÇÏ,ÁÂ¿ì ÆÐµù*/
	z-index:10;
	display: inline;
}



#gnb li ul {
	position:absolute;
	top:41px;
	height:30px;
	display:none;
	overflow:hidden;
	margin: 0;
}

#gnb li ul li {
	display: inline-block;
	_display: inline;
	padding:10px 0 3 5px; /* ÇÏ´Ü¸Þ´º,ÆÐµù*/
	margin:0;
}

/*
#gnb li ul li {
	float: left;
	padding:8px 17px 0 0;
	margin:0;
	background:  url('http://file.welfare.net:80/static/site/images/index/sub_navi_slash.jpg') no-repeat right 10px;
}
*/
#gnb li ul li.sub_bar {
	float:left;
	width:10px; 
	height:10px;
	background: url("") no-repeat scroll 5px 5px;
}

