/* CSS Document */
#sub_menu
{
	width:450px;
	position:absolute;
	height: 25px;
	top: 130px;
	left: 542px;
	margin: 0;
	padding:0;
	overflow: hidden;
	text-align:right;
    font-family:Arial, NSimSun;
	font-size:8pt;
}

#sub_menu a:link {
	color: #7a7a7a;
	text-decoration: none;
}
#sub_menu a:visited {
	text-decoration: none;
	color: #7a7a7a;
}
#sub_menu a:hover {
	text-decoration: underline;
	color: #5d0000;
}
#sub_menu a:active {
	text-decoration: none;
	color: #5d0000;
}
