/*滑门样式定义开始*/

#JMenuTab_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
#JMenuTab_01 .oInnerline {
	background-color: #FFFFFF;
}
#JMenuTab_01 .oTitleOutline {
	height: 26px;
	color: #FFFFFF;
	overflow:hidden;
}

#JMenuTab_01 .oTitleOutline .oTopLeft {
	width:5px;
	background-image: url(/skin/MenuTabImage/01_left.png);
	background-repeat: no-repeat;
}
#JMenuTab_01 .oTitleOutline .oTitleArea {
	background-image: url(/skin/MenuTabImage/01_mid.png);
}
#JMenuTab_01 .oTitleOutline .oTopRight {
	width:5px;
	background-image: url(/skin/MenuTabImage/01_right.png);
	background-repeat: no-repeat;
}
/*out样式--------------------------------------------*/
#JMenuTab_01 .oTabBtn {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
	color: #115d99;
	FONT-WEIGHT: bold;
	letter-spacing:1px;
	
}
#JMenuTab_01 .oTabBtn a{
	text-decoration:none;
	color: #115d99;
	FONT-WEIGHT: bold;
}
#JMenuTab_01 .oTabBtn .oTabBtnLeft{
	float:left;
}
#JMenuTab_01 .oTabBtn .oTabBtnCenter{
	line-height:34px;
	float:left;
}
#JMenuTab_01 .oTabBtn .oTabBtnRight{
	float:left;
}

/*over样式------------------------------------------*/

#JMenuTab_01 .oTabBtnActive {
	float: left;
	height: 26px;
	FONT-WEIGHT: bold;
	letter-spacing:1px;

}

#JMenuTab_01 .oTabBtnActive a{
	text-decoration:underline;
	color: #115d99;
	FONT-WEIGHT: bold;
}

#JMenuTab_01 .oTabBtnActive .oTabBtnRight {
	background-image: url(/skin/MenuTabImage/01_activeRight.png);
	float: left;
	height: 100%;
	width: 5px;
}
#JMenuTab_01 .oTabBtnActive .oTabBtnLeft {
	background-image: url(/skin/MenuTabImage/01_activeLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 5px;
	height:100%;
}
#JMenuTab_01 .oTabBtnActive .oTabBtnCenter {
	background-image: url(/skin/MenuTabImage/01_activeMid.png);
	float:left;
	height:100%;
	color: #115d99;
	line-height:34px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

/*-----------------------------------*/
#JMenuTab_01 .oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTab_01 .oTabBtnHover a{
	text-decoration:none;
	color: #115d99;
}
#JMenuTab_01 .oTabBtnHover .oTabBtnLeft{
	float:left;
}
#JMenuTab_01 .oTabBtnHover .oTabBtnCenter{
	line-height:24px;
	float:left;
}
#JMenuTab_01 .oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/
#JMenuTab_01 .oPageOutline .oBottomLeft {
	background-image: url(/skin/MenuTabImage/01_bottomLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 1px;
}
#JMenuTab_01 .oPageOutline .oPageAreaOutline {
	vertical-align: top;
	MARGIN-LEFT: 2px ;
	MARGIN-TOP: 2px;
	padding:2px 2px 2px 2px;
	line-height:20px;
	overflow:hidden;
}
#JMenuTab_01 .oPageOutline .oBottomRight {
	background-image: url(/skin/MenuTabImage/01_bottomRight.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 1px;
}
#JMenuTab_01 .oPageOutline .oBottomCenter {
	background-image: url(/skin/MenuTabImage/01_bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
}

/* 样式2*/

#JMenuTab_02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
#JMenuTab_02 .oInnerline {
	background-color: #FFFFFF;
}
#JMenuTab_02 .oTitleOutline {
	height: 26px;
	color: #FFFFFF;
	overflow:hidden;
}

#JMenuTab_02 .oTitleOutline .oTopLeft {
	width:0px;
	background-image: url(/skin/MenuTabImage/02_left.png);
	background-repeat: no-repeat;
}
#JMenuTab_02 .oTitleOutline .oTitleArea {
	background-image: url(/skin/MenuTabImage/02_mid.png);
	margin:0 0 2 2;
}
#JMenuTab_02 .oTitleOutline .oTopRight {
	width:3px;
	background-image: url(/skin/MenuTabImage/02_right.png);
	background-repeat: no-repeat;
}
/*out样式--------------------------------------------*/
#JMenuTab_02 .oTabBtn {
	float: left;
	height: 26px;
	cursor: pointer;
	color: #115d99;
	FONT-WEIGHT: bold;
	
}
#JMenuTab_02 .oTabBtn a{
	text-decoration:none;
	color: #115d99;
	FONT-WEIGHT: bold;
}
#JMenuTab_02 .oTabBtn .oTabBtnLeft{
	background-image: url(/skin/MenuTabImage/02_btnLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:100%;
}
#JMenuTab_02 .oTabBtn .oTabBtnCenter{
	background-image: url(/skin/MenuTabImage/02_btnMid.png);
	float:left;
	height:100%;
	color: #115d99;
	line-height:34px;
	padding-left:1px;
	padding-right:1px;
	cursor:pointer;
}
#JMenuTab_02 .oTabBtn .oTabBtnRight{
	background-image: url(/skin/MenuTabImage/02_btnRight.png);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:100%;
}

/*over样式------------------------------------------*/

#JMenuTab_02 .oTabBtnActive {
	float: left;
	height: 26px;
	FONT-WEIGHT: bold;
	letter-spacing:0px;

}

#JMenuTab_02 .oTabBtnActive a{
	text-decoration:none;
	color: #115d99;
	FONT-WEIGHT: bold;
}

#JMenuTab_02 .oTabBtnActive .oTabBtnRight {
	background-image: url(/skin/MenuTabImage/02_activeRight.png);
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	width: 6px;
}
#JMenuTab_02 .oTabBtnActive .oTabBtnLeft {
	background-image: url(/skin/MenuTabImage/02_activeLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 6px;
	height:100%;
}
#JMenuTab_02 .oTabBtnActive .oTabBtnCenter {
	background-image: url(/skin/MenuTabImage/02_activeMid.png);
	float:left;
	height:100%;
	color: #115d99;
	line-height:34px;
	padding-left:1px;
	padding-right:1px;
	cursor:pointer;
	line-height:34px;
}

/*-----------------------------------*/
#JMenuTab_02 .oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTab_02 .oTabBtnHover a{
	text-decoration:none;
	color: #115d99;
}
#JMenuTab_02 .oTabBtnHover .oTabBtnLeft{
	float:left;
}
#JMenuTab_02 .oTabBtnHover .oTabBtnCenter{
	line-height:24px;
	float:left;
	
}
#JMenuTab_02 .oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/

#JMenuTab_02 .oPageOutline .oBottomLeft {
	background-image: url(/skin/MenuTabImage/02_bottomLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 1px;
}
#JMenuTab_02 .oPageOutline .oPageAreaOutline {
	vertical-align: top;
	padding:2px 2px 2px 2px;
	overflow:hidden;
}
#JMenuTab_02 .oPageOutline .oBottomRight {
	background-image: url(/skin/MenuTabImage/02_bottomRight.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 1px;
}
#JMenuTab_02 .oPageOutline .oBottomCenter {
	background-image: url(/skin/MenuTabImage/02_bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
}


#JMenuTab_03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
#JMenuTab_03 .oInnerline {
	background-color: #FFFFFF;
}
#JMenuTab_03 .oTitleOutline {
	height: 33px;
	color: #FFFFFF;
	overflow:hidden;
}

#JMenuTab_03 .oTitleOutline .oTopLeft {
	width:2px;
	background-image: url(/skin/MenuTabImage/03_left.png);
	background-repeat: no-repeat;
}
#JMenuTab_03 .oTitleOutline .oTitleArea {
	background-image: url(/skin/MenuTabImage/03_mid.png);
}
#JMenuTab_03 .oTitleOutline .oTopRight {
	width:2px;
	background-image: url(/skin/MenuTabImage/03_right.png);
	background-repeat: no-repeat;
}
/*out样式--------------------------------------------*/
#JMenuTab_03 .oTabBtn {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
	color: #115d99;
	letter-spacing:1px;
	
}
#JMenuTab_03 .oTabBtn a{
	text-decoration:none;
	color: #254C9F;
}
#JMenuTab_03 .oTabBtn .oTabBtnLeft{
	background-image: url(/skin/MenuTabImage/03_BtnLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:33px;
	
}
#JMenuTab_03 .oTabBtn .oTabBtnCenter{
	background-image: url(/skin/MenuTabImage/03_BtnMid.png);
	float:left;
	height:100%;
	color: #254C9F;
	line-height:50px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}
#JMenuTab_03 .oTabBtn .oTabBtnRight{
	background-image: url(/skin/MenuTabImage/03_BtnRight.png);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:33px;
}

/*over样式------------------------------------------*/

#JMenuTab_03 .oTabBtnActive {
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	float: left;
	height: 100%;
	letter-spacing:1px;

}

#JMenuTab_03 .oTabBtnActive a{
	color: #ffffff;
}

#JMenuTab_03 .oTabBtnActive .oTabBtnRight {
	background-image: url(/skin/MenuTabImage/03_activeRight.png);
	float: left;
	height: 33px;
	width: 3px;
}
#JMenuTab_03 .oTabBtnActive .oTabBtnLeft {
	background-image: url(/skin/MenuTabImage/03_activeLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 3px;
	height:33px;
}
#JMenuTab_03 .oTabBtnActive .oTabBtnCenter {
	background-image: url(/skin/MenuTabImage/03_activeMid.png);
	float:left;
	height:100%;
	color: #ffffff;
	line-height:50px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

/*-----------------------------------*/
#JMenuTab_03 .oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTab_03 .oTabBtnHover a{
	text-decoration:none;
	color: #115d99;
}
#JMenuTab_03 .oTabBtnHover .oTabBtnLeft{
	float:left;
}
#JMenuTab_03 .oTabBtnHover .oTabBtnCenter{
	line-height:24px;
	float:left;
}
#JMenuTab_03 .oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/
#JMenuTab_03 .oPageOutline .oBottomLeft {
	background-image: url(/skin/MenuTabImage/03_bottomLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 1px;
}
#JMenuTab_03 .oPageOutline .oPageAreaOutline {
	vertical-align: top;
	MARGIN-LEFT: 2px ;
	MARGIN-TOP: 2px;
	padding:2px 2px 2px 2px;
	line-height:20px;
	overflow:hidden;
}
#JMenuTab_03 .oPageOutline .oBottomRight {
	background-image: url(/skin/MenuTabImage/03_bottomRight.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 1px;
}
#JMenuTab_03 .oPageOutline .oBottomCenter {
	background-image: url(/skin/MenuTabImage/03_bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
}

/* 样式2*/

#JMenuTab_04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
#JMenuTab_04 .oInnerline {
	background-color: #FFFFFF;
}
#JMenuTab_04 .oTitleOutline {
	height: 26px;
	color: #FFFFFF;
	overflow:hidden;
}

#JMenuTab_04 .oTitleOutline .oTopLeft {
	width:0px;
	background-image: url(/skin/MenuTabImage/04_left.png);
	background-repeat: no-repeat;
}
#JMenuTab_04 .oTitleOutline .oTitleArea {
	background-image: url(/skin/MenuTabImage/04_mid.png);
	margin:0 0 2 2;
}
#JMenuTab_04 .oTitleOutline .oTopRight {
	width:3px;
	background-image: url(/skin/MenuTabImage/04_right.png);
	background-repeat: no-repeat;
}
/*out样式--------------------------------------------*/
#JMenuTab_04 .oTabBtn {
	float: left;
	height: 26px;
	cursor: pointer;
	color: #115d99;
	FONT-WEIGHT: bold;
	
}
#JMenuTab_04 .oTabBtn a{
	text-decoration:none;
	color: #115d99;
	FONT-WEIGHT: bold;
}
#JMenuTab_04 .oTabBtn .oTabBtnLeft{
	background-image: url(/skin/MenuTabImage/04_btnLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 3px;
	height:100%;
}
#JMenuTab_04 .oTabBtn .oTabBtnCenter{
	background-image: url(/skin/MenuTabImage/04_btnMid.png);
	float:left;
	height:100%;
	color: #115d99;
	line-height:34px;
	padding-left:1px;
	padding-right:1px;
	cursor:pointer;
}
#JMenuTab_04 .oTabBtn .oTabBtnRight{
	background-image: url(/skin/MenuTabImage/04_btnRight.png);
	background-repeat: no-repeat;
	float: left;
	width: 3px;
	height:100%;
}

/*over样式------------------------------------------*/

#JMenuTab_04 .oTabBtnActive {
	float: left;
	height: 26px;
	FONT-WEIGHT: bold;
	letter-spacing:0px;

}

#JMenuTab_04 .oTabBtnActive a{
	text-decoration:none;
	color: #115d99;
	FONT-WEIGHT: bold;
}

#JMenuTab_04 .oTabBtnActive .oTabBtnRight {
	background-image: url(/skin/MenuTabImage/04_activeRight.png);
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	width: 10px;
}
#JMenuTab_04 .oTabBtnActive .oTabBtnLeft {
	background-image: url(/skin/MenuTabImage/04_activeLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 3px;
	height:100%;
}
#JMenuTab_04 .oTabBtnActive .oTabBtnCenter {
	background-image: url(/skin/MenuTabImage/04_activeMid.png);
	float:left;
	height:100%;
	color: #115d99;
	line-height:34px;
	padding-left:1px;
	padding-right:1px;
	cursor:pointer;
	line-height:34px;
}

/*-----------------------------------*/
#JMenuTab_04 .oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTab_04 .oTabBtnHover a{
	text-decoration:none;
	color: #115d99;
}
#JMenuTab_04 .oTabBtnHover .oTabBtnLeft{
	float:left;
}
#JMenuTab_04 .oTabBtnHover .oTabBtnCenter{
	line-height:24px;
	float:left;
	
}
#JMenuTab_04 .oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/

#JMenuTab_04 .oPageOutline .oBottomLeft {
	background-image: url(/skin/MenuTabImage/04_bottomLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 1px;
}
#JMenuTab_04 .oPageOutline .oPageAreaOutline {
	vertical-align: top;
	padding:2px 2px 2px 2px;
	overflow:hidden;
}
#JMenuTab_04 .oPageOutline .oBottomRight {
	background-image: url(/skin/MenuTabImage/04_bottomRight.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 1px;
}
#JMenuTab_04 .oPageOutline .oBottomCenter {
	background-image: url(/skin/MenuTabImage/04_bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
}


/*样式5*/
#JMenuTab_05 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
}
#JMenuTab_05 .oInnerline {
	background-color: #FFFFFF;
}
#JMenuTab_05 .oTitleOutline {
	height: 25px;
	color: #FFFFFF;
	overflow:hidden;
}

#JMenuTab_05 .oTitleOutline .oTopLeft {
	width:4px;
	background-image: url(/skin/MenuTabImage/05_left.png);
	background-repeat: no-repeat;
}
#JMenuTab_05 .oTitleOutline .oTitleArea {
	background-image: url(/skin/MenuTabImage/05_mid.png);
}
#JMenuTab_05 .oTitleOutline .oTopRight {
	width:4px;
	background-image: url(/skin/MenuTabImage/05_right.png);
	background-repeat: no-repeat;
}
/*out样式--------------------------------------------*/
#JMenuTab_05 .oTabBtn {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
	color: #115d99;
	letter-spacing:1px;
	
}
#JMenuTab_05 .oTabBtn a{
	text-decoration:none;
	color: #254C9F;
}
#JMenuTab_05 .oTabBtn .oTabBtnLeft{
	float: left;
	width: 3px;
	height:25px;
	
}
#JMenuTab_05 .oTabBtn .oTabBtnCenter{
	float:left;
	height:100%;
	color: #254C9F;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}
#JMenuTab_05 .oTabBtn .oTabBtnRight{
	float: left;
	width: 4px;
	height:25px;
}

/*over样式------------------------------------------*/

#JMenuTab_05 .oTabBtnActive {
	float: left;
	height: 100%;
	letter-spacing:1px;

}

#JMenuTab_05 .oTabBtnActive a{
	color: #ffffff;
}

#JMenuTab_05 .oTabBtnActive .oTabBtnRight {
	float: left;
	height: 25px;
	width: 3px;
}
#JMenuTab_05 .oTabBtnActive .oTabBtnLeft {
	float: left;
	width: 3px;
	height:25px;
}
#JMenuTab_05 .oTabBtnActive .oTabBtnCenter {
	background-image: url(/skin/MenuTabImage/05_ActiveMid.png);
	float:left;
	height:100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

/*-----------------------------------*/
#JMenuTab_05 .oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTab_05 .oTabBtnHover a{
	text-decoration:none;
	color: #115d99;
}
#JMenuTab_05 .oTabBtnHover .oTabBtnLeft{
	float:left;
}
#JMenuTab_05 .oTabBtnHover .oTabBtnCenter{
	line-height:24px;
	float:left;
}
#JMenuTab_05 .oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/
#JMenuTab_05 .oPageOutline .oBottomLeft {
	background-image: url(/skin/MenuTabImage/05_bottomLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 1px;
}
#JMenuTab_05 .oPageOutline .oPageAreaOutline {
	background-image: url(/skin/MenuTabImage/05_oPageOutline.png);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
	MARGIN-LEFT: 2px ;
	MARGIN-TOP: 2px;
	padding:2px 2px 2px 2px;
	line-height:20px;
	overflow:hidden;
}
#JMenuTab_05 .oPageOutline .oBottomRight {
	background-image: url(/skin/MenuTabImage/05_bottomRight.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 1px;
}
#JMenuTab_05 .oPageOutline .oBottomCenter {
	background-image: url(/skin/MenuTabImage/05_bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
}



/*滑门样式结束*/