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