
.menuTitle{ font-weight:bold;}		/*菜单标题的样式*/

/*主菜单部分样式*/
.rOver{		/*鼠标移上，鼠标点击*/
	text-indent: 14px;
	font-weight: bold;
	color: #349ACC;
	height:28px;
	background: url(../images/menu_li_hover.gif) no-repeat;
}
.rClicked{		/*鼠标移上，鼠标点击*/
	text-indent: 14px;
	font-weight: bold;
	color: #349ACC;
	height:28px;
	background: url(../images/bt_bg_jb2_2.gif) no-repeat;
}
.rOut{		/*鼠标移走*/
	text-indent:14px;
	color: #fff;
	height:28px;
	font-weight:bold;
	background: url(../images/bt_bg_jb2.gif) no-repeat #f6f7f8;

}

/*子菜单部分样式*/
.sOver, .sClicked{		/*鼠标移上，鼠标点击*/
	text-indent: 14px;
	color: #349ACC;
	height:28px;
	background: url(../images/bt_bg_jb2_4_1.gif) no-repeat #FFF;
	font-size: 12px;
}

.sOut{		/*鼠标移走*/
	text-indent: 14px;
	color: #349ACC;
	height:28px;
	background: url(../images/bt_bg_jb2_4_1.gif) no-repeat #ECF7FF;
}

a.curlink,.textOver A:hover{
	background-color:#E80000;
	color:#FFFFFF;
	font-weight:bold; padding:1px;
}
.menu-buttom{background:url(../images/bt_bg_jb-bottom.gif) no-repeat bottom; height:5px; cursor:default;}


/* modify left td height*/
.sOver{height:25px;}
