

.benma_ui_tab .tab_item1 {
	background-image: url(../image/tab1.gif);
	background-repeat: no-repeat;
	width: 5px;
	z-index: 100;
	white-space: nowrap;
}


.benma_ui_tab .tab_item2 {
	background-image: url(../image/tab2.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	z-index: 101;
}


.benma_ui_tab .tab_item3 {
	background-image: url(../image/tab3.gif);
	background-repeat: no-repeat;
	width: 5px;
}



.benma_ui_tab .tab_item1_bottom {
	background-image: url(../image/tab1_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	width: 5px;
}

.benma_ui_tab .tab_item2_bottom {
	background-image: url(../image/tab2.gif);
	background-repeat: repeat-x;
	background-position: 0px -18px;
}

.benma_ui_tab .tab_item3_bottom {
	background-image: url(../image/tab3_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	width: 5px;
}

