#TabbedPanels1 .tab {
background:url(../images/tab-left_off.gif) top left no-repeat;
}
#TabbedPanels1 .tab span {
background: url(../images/tab-right_off.gif) top right no-repeat;
}
#TabbedPanels1 .hoverTab {
background: url(../images/tab-left_hover.gif) top left no-repeat;
}
#TabbedPanels1 .hoverTab span{
background: url(../images/tab-right_hover.gif) top right no-repeat;
}
#TabbedPanels1 .selectedTab {
background: url(../images/tab-left_on.gif) top left no-repeat;
}
#TabbedPanels1 .selectedTab span{
background: url(../images/tab-right_on.gif) top right no-repeat;
}
