.tabs {
	height: 26px;
	width: 100%;
	background-image: url('tab_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-left: 10px;
}

.tabsbgleft {
	height: 4px;
	width: 6px;
	background-image: url('tab_bg_left.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;

}
.tab {
	height: 26px;
	background-image: url('tab_inactive_1.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	cursor: hand;
}

.tab .tabText {
	height: 26px;
	position: relative;
	top: 5px;
}

.tab .tabLeft {
	width: 5px;
	height: 26px;
	background-image:  url('tab_inactive_0.gif');
}


.tab .tabRight {
	width: 5px;
	height: 26px;
	background-image:  url('tab_inactive_2.gif');
}


.tabActive {
	background-image: url('tab_active_1.gif');
}
.tabText {
	font-family:Tahoma;
	font-size:11px;
}
.tabActive .tabText {
	height: 26px;
	position: relative;
	top: 3px;
}

.tabActive .tabLeft {
	width: 5px;
	height: 26px;
	background-image:  url('tab_active_0.gif');
}


.tabActive .tabRight {
	width: 5px;
	height: 26px;
	background-image:  url('tab_active_2.gif');
}