/******* MENU *******/
#container{
	width: 450px;
	vertical-align:top;
	padding-bottom:3px;
}
#container ul{
	list-style: none;
	height:33px;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content {
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 20px;
	font-size: 12px;
	height:160px;
	margin-bottom:10px;
}
.content h1{
	height: 50px;
	text-indent: -100px;
}
/******* /CONTENT *******/
/******* notice *******/
.content.notice h1{  
	background: transparent url(/img/sub/notice.gif) no-repeat scroll left top;
}
.content.notice{
	display: block;
}
.content.notice li {
	height:25px;
}

/******* /notice *******/

/******* qna *******/
.content.qna h1{
	background: transparent url(/img/sub/qna.gif) no-repeat scroll left top;
}
.content.qna{
	display: none;
}
.content.qna li {
	height:25px;
}
/******* /qna *******/
/******* free *******/
.content.free h1{
	background: transparent url(/img/sub/free.gif) no-repeat scroll left top;
}
.content.free{
	display: none;
}
.content.free li {
	height:25px;
}

/******* /free *******/