.tabberlive .tabbertabhide 
{
	display:none;
}
.tabber {}
.tabberlive 
{
	width: 760px;
	height:33px;
	line-height:33px;
}

ul.tabbernav
{
 	width: 700px;
 	height: 33px;
	line-height:33px;
	background: url('/img/tab.jpg');
}

ul.tabbernav li
{
	list-style: none;
	display: inline-block;
	width: 350px;
	height: 33px;
	margin: 0px 0px 0px -20px;
}

ul.tabbernav li a
{
	display: block;
	margin: 0px 19px 0px 19px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

ul.tabbernav li.tabberactive
{
	background: url('/img/tab_active_right.jpg') no-repeat right;
}

ul.tabbernav li.tabberactive a
{
	background: url('/img/tab_active_left.jpg') no-repeat left;
	padding: 0px 0px 0px 19px;
	color: #ffffff;
}

ul.tabbernav li.tabberactive a span
{
	background: url('/img/tab_active_middle.jpg');
	height: 33px;
	display: block;
}