#class_box {
	width:120px;
	height: auto;
	margin:0px;
	padding:1px;
	color:#0000FF;
	text-decoration: none;
	float:left;
	display:block;
	border: 5px solid #CACACA;
}

#class_box a {
	cursor: pointer; cursor:hand;
	}

#masterdiv{
	width: 142px;
	height: auto;
	padding: 0px;
	margin-top:10px;
	margin-left:10px;
	display: block;
	float: left;
	word-break:break-all;
}
.menutitle{
	cursor:pointer;
	width:140px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	line-height:35px;
	text-align:center;
	border: 1px solid #E1EBF4;
	border-right: 1px solid #C8DAEC;
	border-bottom: 1px solid #C8DAEC;
	background:url(http://script.houseweb.com.tw/pro/css/menutitle_bgv1.png) repeat-y;
}
.submenu a{
	line-height:25px;
	margin:8px auto;
	text-align:center;
	font-size: 15px;
	width:140px;
	display:block;
	border:solid 1px #eee;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	background:#F3F3F3;
}
.submenu a:hover{
	background:#6899CA;
	color:#FFF;
}

/* ;}