#JMenuTabStand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#JMenuTabStand .oInnerline {
	background-color: #FFFFFF;
}
#JMenuTabStand .oTitleOutline {
	height: 24px;
	color: #FFFFFF;
	overflow:hidden;
}

#JMenuTabStand .oTitleOutline .oTopLeft {
	width:3px;
	background-image: url(left.png);
	background-repeat: no-repeat;
}
#JMenuTabStand .oTitleOutline .oTitleArea {
	background-image: url(mid.png);
}
#JMenuTabStand .oTitleOutline .oTopRight {
	width:3px;
	background-image: url(right.png);
	background-repeat: no-repeat;
}
/*--------------------------------------------*/
#JMenuTabStand .oTabBtn {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTabStand .oTabBtn a{
	text-decoration:none;
	color: #FFFFFF;	
}
#JMenuTabStand .oTabBtn .oTabBtnLeft{
	float:left;
}
#JMenuTabStand .oTabBtn .oTabBtnCenter{
	line-height:24px;
	float:left;
}
#JMenuTabStand .oTabBtn .oTabBtnRight{
	float:left;
}

/*------------------------------------------*/

#JMenuTabStand .oTabBtnActive {
	float: left;
	height: 24px;
}

#JMenuTabStand .oTabBtnActive a{
	text-decoration:none;
	color:#666666;
}

#JMenuTabStand .oTabBtnActive .oTabBtnRight {
	background-image: url(activeRight.png);
	float: left;
	height: 100%;
	width: 3px;
}
#JMenuTabStand .oTabBtnActive .oTabBtnLeft {
	background-image: url(activeLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 3px;
	height:100%;
}
#JMenuTabStand .oTabBtnActive .oTabBtnCenter {
	background-image: url(activeMid.png);
	float:left;
	height:100%;
	color: #666666;
	line-height:24px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

/*-----------------------------------*/
#JMenuTabStand .oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
#JMenuTabStand .oTabBtnHover a{
	text-decoration:none;
	color:#FF9900;
}
#JMenuTabStand .oTabBtnHover .oTabBtnLeft{
	float:left;
}
#JMenuTabStand .oTabBtnHover .oTabBtnCenter{
	line-height:24px;
	float:left;
}
#JMenuTabStand .oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/

#JMenuTabStand .oPageOutline .oBottomLeft {
	background-image: url(bottomLeft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 3px;
}
#JMenuTabStand .oPageOutline .oPageArea {
	background-image: url(bottomMid.png);
	background-repeat: repeat-x;
	padding:10px 10px 5px 10px;
}
#JMenuTabStand .oPageOutline .oBottomRight {
	background-image: url(bottomRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 3px;
}
#JMenuTabStand .oPageOutline .oBottomCenter {
	background-image: url(bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
}
