<style type="text/css">  
/* สร้าง css class ชื่อ iTopic สำหรับ หัวข้อเมนู */
.iTopic{
	font-size:12px;
	display:block;
	float:left;
	height:22px;
	font-weight:bold;
	color:#333;
	padding-left:25px;
	padding-bottom:3px;
	line-height:18px;
	cursor:pointer;
	width:400px;
	clear:both;
	overflow: hidden;
}
/* สร้าง css class ชื่อ iDetail สำหรับ รายละเอียด */

.iDetail{
	list-style: none; 
    margin:0 auto; 
    text-align: center; 
	border-top:1px solid rgba(0,0,0,.1);
	margin-left:20px;
	margin-right:20px;
	clear:both;
	display:none;  
    clear:both;
	float:left;  
    font-weight:normal;
	width:263px;
}
</style>  
