

/*二级栏目*/
#endNavRhj {height:31px;width: 802px;margin:10px auto; background-image:url(hjbh-bg.gif)}

#endNavRhj ul {

	margin-left: 60px;
	list-style:none;
}

#endNavRhj ul li {
	float:left;
　/*左侧浮动，这样可以使链接排列在同一行类*/
	display:block; /*显示为块，目的是为了与line-height一起使得文字垂直居中*/
	line-height:31px;
　/*行高为30PX，文字就可以垂直居中了*/

	padding-left: 9px;

}

#endNavRhj ul li a{
	color:#FFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#endNavRhj ul li a:hover{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

/*在菜单选项间增加一条竖线*/
.endNavRhjDiv {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

/*右栏目颜色*/
#fenmhjrighttop {height:22px;width: 255px;margin:0 auto; background-color: #EDFAE8;}
