/* CSS Menu */
.menu:link{
	text-decoration: none;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
}
.menu:hover {
	text-decoration: underline;
	color: #00CCFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
}
.menu:active {
	text-decoration: none;
}




/* CSS index_link */
.index_link:link{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
}
.index_link:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
}
.index_link:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
}
.index_link:active {
	text-decoration: none;
}



/* CSS Document */

a:link {
	text-decoration: none;
	color: #20778A;
}
a:visited {
	text-decoration: none;
	color: #20778A;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}


/* CSS News */
.news:link{
	text-decoration: none;
	color: #666666;
}
.news:visited {
	text-decoration: none;
	color: #666666;
}
.news:hover {
	text-decoration: underline;
	color: #CC3300;
}
.news:active {
	text-decoration: none;
}


/* CSS Product */
.product:link{
	text-decoration: underline;
	color: #666666;
}
.product:visited {
	text-decoration: underline;
	color: #666666;
}
.product:hover {
	text-decoration: none;
	color: #20778A;
}
.product:active {
	text-decoration: none;
}