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