@charset "gb2312";
@import url(top.css);
.help_navi {
	background-image: url(/handbook/images/help_bg.jpg);
	height: 37px;
	margin-right: auto;
	margin-left: auto;
    width:998px;
}
.help_navi ul {
	background-image: url(/handbook/images/help_1.jpg);
	background-repeat: no-repeat;
	padding-left: 192px;
	height: 37px;
}
.help_navi li {
	float: left;
	margin-right: 10px;
}
.help_navi a,.help_navi a:visited 
{
    float: left;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #50A0E2;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 8px;
	white-space:nowrap; 
}
.help_navi a:hover 
{
    float: left;
	background-image: url(/handbook/images/help_navi_on.jpg);
	background-repeat: repeat-x;
	border: 1px solid #1C6AAC;
}
.help_navi_on a,.help_navi_on a:visited,.help_navi_on a:hover 
{
    float: left;
	background-image: url(/handbook/images/help_navi_on.jpg);
	background-repeat: repeat-x;
	border: 1px solid #1C6AAC;
}
.help_sub 
{
    width:976px;
    margin:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1967A9;
	border-bottom-color: #1967A9;
	border-left-color: #1967A9;
	padding: 10px;
	font-family: "ËÎÌå";
	font-size: 14px;
	color: #1C69AD;
	line-height: 22px;
}
