.click-menu {
	width: 170px;
	cursor: hand;
}
.click-menu .box1 {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	font-family: "新細明體";
	border-width: 0px;
	border-color: #448882;
	border-style: none none none none;
	cursor: hand;
	position: relative;
	background-color: #FFFFFF;
	height: 25px;
	width: 170px;
	text-align: center;
	vertical-align: bottom;
	word-spacing: normal;
}
.click-menu .box1-hover {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: "新細明體";
	cursor: hand;
	position: relative;
	border: none none none none;
	width: 170px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.click-menu .box1-open {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	font-family: "新細明體";
	width: 170px;
	height: 25px;
	border-width: 1px;
	border-color: #448882;
	border-style: none none none none;
	cursor: default;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.click-menu .box1-open-hover {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	font-family: "新細明體";
	width: 170px;
	height: 25px;
	border-width: 1px;
	border-color: #99CCAE;
	border-style: none none none none;
	cursor: default;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
	position: absolute;
	top: 5px;
	right: 6px;
	left: 151px;
	width: 13px;
	height: 12px;
}
.click-menu .section {
    background-color: #FFFFFF;
    font-family: "新細明體";
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none none none none;
    display: none;
}
.click-menu .section a {
    color: #8BAA88;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #CCEEEB;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .box2 {
}
.click-menu .box2-hover {
    background: #999999;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: yellow;
}

