li{
	list-style:none;
}
.nav{
	float:left;
	width:485px;
}

.nav div{
	float:left;
}

.nav div li.tit a span{
	display:none;
}
.nav div li.tit a{
	display:block;
	height:38px;
}

.nav div li.active{
	float:left;

}

.nav div.menu1 li.tit{
	float:left;
	background:url('/images/gnb_news.gif') no-repeat 0 0;
	width:70px; height:38px;
}

.nav div.menu1 li.active{
	float:left;
	background:url('/images/gnb_news_on.gif') no-repeat 0 0;
	width:70px; height:38px;
}

.nav div.menu2 li.tit{
	float:left;
	background:url('/images/gnb_edu.gif') no-repeat 0 0;
	width:85px; height:38px;
}

.nav div.menu2 li.active{
	float:left;
	background:url('/images/gnb_edu_on.gif') no-repeat 0 0;
	width:85px; height:38px;
}

.nav div.menu3 li.tit{
	float:left;
	background:url('/images/gnb_taxcounsel.gif') no-repeat 0 0;
	width:85px; height:38px;
}
.nav div.menu3 li.active{
	float:left;
	background:url('/images/gnb_taxcounsel_on.gif') no-repeat 0 0;
	width:85px; height:38px;
}
.nav div.menu4 li.tit{
	float:left;
	background:url('/images/gnb_community.gif') no-repeat 0 0;
	width:85px; height:38px;
}
.nav div.menu4 li.active{
	float:left;
	background:url('/images/gnb_community_on.gif') no-repeat 0 0;
	width:85px; height:38px;
}

.nav div.menu5 li.tit{
	float:left;
	background:url('/images/gnb_members.png') no-repeat 0 0;
	width:85px; height:38px;
}
.nav div.menu5 li.active{
	float:left;
	background:url('/images/gnb_members_on.png') no-repeat 0 0;
	width:85px; height:38px;
}
/** Á¤È¸¿ø new°¡ ÀÖ´Â Å¬·¡½º 20160217
.nav div.menu5 li.tit{
	float:left;
	background:url('/images/gnb_members_new.png') no-repeat 0 0;
	width:95px; height:38px;
}
.nav div.menu5 li.active{
	float:left;
	background:url('/images/gnb_members_on_new.png') no-repeat 0 0;
	width:95px; height:38px;
}
**/
.nav div ul.submenu{
	position:absolute;
	display:none;
	width:600px;
	margin-top:23px;
	padding-top:10px;
	*margin-left:-33px;
}
.nav div ul.submenu ul{
	height:20px;
	width:600px;
}
.nav div ul.submenu li{
	margin-right:15px;
	float:left;
}
.nav div ul.submenu li a{
	float:left;
	height:20px;
	color:#666;
}
.nav div ul.submenu li.on{
	display:inline-block;
}
.nav div ul.submenu li.on a{
	color:#1b6bc7;
	font:bold 12px Dotum;
}
.time_weather{
	float:right; position:relative; left:290px; top:-8px;
	width:305px;
}