BODY {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px
}

A {
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 150%;
	FONT-FAMILY: "΢���ź�";
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:hover {
	FONT-SIZE: 14px;
	COLOR: #C5ECF3;
	LINE-HEIGHT: 150%;
	FONT-FAMILY: "΢���ź�";
	font-weight: normal;
	text-decoration: none;
}
.xlcolumn {
	line-height: 36px;
	text-align: center;
	position: relative;
}
.xlcolumn .line {
	background: url(../images/xlcolumn-line.png) center right no-repeat;
}
.xlcolumn:nth-last-child(2) .line {
	background: none;
}
.xlcolumn .line > a {
	position: relative;
	padding: 0 15px;
	font-size: 15px;
	display: inline-block;
	letter-spacing: 2px;
}
.xlcolumn .line > a:hover {
	background-color: #91CD73;
	border-radius: 5px;
	color: white;
}
.xlcolumn:hover .line > a::after {
	position: absolute;
	content: '';
	bottom: -10px;
	background-color: white;
	width: 7px;
	height: 7px;
	left: 50%;
	margin-left: -5px;
	transform: rotate(45deg);
}
.xlcolumn .menu2 {
	padding-right: 0px;
	padding-left: 0px;
	display: none;
	min-width: 100%;
	left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	opacity: 0.9;
	position: absolute;
	background-color: #26BE18;
	top: 36px;
	filter: alpha(style=1, opacity=90, finishOpacity=100, startX=50, finishX=100, startY=50, finishY=100);
}
.xlcolumn:hover .menu2 {
	display: block;
}
.xlcolumn .menu2 table {
	min-width: 100%;
}
.xlcolumn .menu2 td {
	padding: 0 9.9px;
	white-space: nowrap;
}
.xlcolumn .menu2 td:hover {
	background-color: #17A018;
}