.tabMain
{
	width: 100%;
	height:36px;
	background: url('../images/tab/line1.png') repeat-x bottom;
}

.tabHeader
{
	float:left;
}

.activeTabLeft
{
	float: left;
    width: 10px;
	position:relative;
	height:36px;
	background: url('../images/tab/bg1_l.png') no-repeat top left;
}

.activeTabBody
{
	float: left;
    position:relative;
	height:36px;
	background: url('../images/tab/bg1_body.png') repeat-x top;
	text-align:center;
	padding: 4px;
	font-family:Tahoma;
	font-size:11px;
}

.activeTabRight
{
	float: left;
    width: 10px;
	position:relative;
	height:36px;
	background: url('../images/tab/bg1_r.png') no-repeat top right;
}

.TabLeft
{
	float: left;
    width: 10px;
	position:relative;
	height:35px;
	background: url('../images/tab/bg2_l.png') no-repeat top left;
	cursor: pointer;
    cursor: hand;
}

.TabBody
{
	float: left;
    position:relative;
	height:35px;
	background: url('../images/tab/bg2_body.png') repeat-x top;
	cursor: pointer;
    cursor: hand;
    text-align:center;
    padding: 4px;
    font-family:Tahoma;
	font-size:11px;
	color: #808080;

}

.TabRight
{
	float: left;
    width: 10px;
	position:relative;
	height:35px;
	background: url('../images/tab/bg2_r.png') no-repeat top right;
	cursor: pointer;
    cursor: hand;
}