div.tabcontrol ul.tabs li a span {
	background: transparent url(../images/public/tab_bg.gif) repeat-x bottom
		left;
}

div.tabcontrol ul.tabs li a span.tl {
	background: transparent url(../images/public/tab_left.gif) repeat-x
		bottom left;
}

div.tabcontrol ul.tabs li a span.tr {
	background: transparent url(../images/public/tab_right.gif) repeat-x
		bottom left;
}

div.tabcontrol ul.tabs li a.selected span {
	background: transparent url(../images/public/tab_bg_active.gif) repeat-x
		bottom left;
}

div.tabcontrol ul.tabs li a.selected span.tl {
	background: transparent url(../images/public/tab_left_active.gif)
		repeat-x bottom left;
}

div.tabcontrol ul.tabs li a.selected span.tr {
	background: transparent url(../images/public/tab_right_active.gif)
		repeat-x bottom left;
}

div.tabcontrol ul.tabs li a:hover span {
	background-position: top;
}

div.tabcontrol div.cnt {
	background: #cbd6af url(../images/public/pagecontrolbg80.gif) repeat-x
		top;
}
