/* CSS Document */
#menu a:link {
	font-family:"宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	text-indent:10px;
}

#menu a:visited {
	font-family:"宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	text-indent:10px;
}

#menu a:hover {
	font-family:"宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background:url(images/menu-arrow.gif) no-repeat left; 
	text-align:center;
}

#menu a:active {
	font-family:"宋体";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
}
a:link{
font-family:"宋体";
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a:visited{
font-family:"宋体";
	font-size: 12px;
	color: #7c788c;
	text-decoration:none;
}
a:hover{
font-family:"宋体";
	font-size: 12px;
	color: #ff0000;
}
a:actived{
font-family:"宋体";
	font-size: 12px;
	color: #000000;
}
