.tabs
{
	position:relative;
	list-style-type:none;
	padding:0px;
	vertical-align:bottom;
	white-space:nowrap;
	height:21px;
	min-height:21px;
	display:block;
	margin:0px;
	background-image:url(bk-separator-tab.jpg);
}

.tabs li
{	
	position:relative;
	margin:0px;
	padding:0px;
	height:21px;
	float: left;
	display:table-cell;
}

.tabs li.separator
{
	width:5px;
	height:21px;
}

.tabs li.left-side
{
	width:130px;
	height:21px;
	background-image:url(bk-tab-left-side.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

.tabs li.right-side
{
	width:130px;
	height:21px;
	background-image:url(bk-tab-right-side.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
}

.tabs li a 
{
	position:relative;
	color:#ffffff;
	text-decoration:none;		
	white-space:nowrap;
	background-image:url(normal-bk-tab.jpg);	
	background-position:top;
	background-repeat:repeat-x;
	display:block;	
	padding:0px;
	margin:0px;	
		
}

.tabs li.show a
{
	background-image:url(bk-tab.jpg);
}



.tabs li a span 
{
	position:relative;
	top:-6px;
	font-family:helvetica;
	font-size:12px;
}


.tabs li a .left-corner
{
	width:10px;
	height:21px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(normal-left-tab-corner.gif);	
	
}

.tabs li.show .left-corner
{
	background-image:url(left-tab-corner.gif);	
	
}

.tabs li a .right-corner
{
	width:10px;
	height:21px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(normal-right-tab-corner.gif);	
}

.tabs li.show  a .right-corner
{
	background-image:url(right-tab-corner.gif);	
}

.tabs li .dropdown
{
	position:absolute;
	top:21px;
	background-color:#755e2a;
	background-image:url(bk-dropdown.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-color:#997a37;
	border-style:solid;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:0px;
	visibility:hidden;
	z-index:1000;
	overflow:hidden;
	width:200px;
	float:none;
	padding:5px;
}

.tabs li.show .dropdown
{
	visibility:visible;
}

.tabs li.show .dropdown .container
{
	position:absolute;
	top:0px;
	display:table;
	visibility:visible;
	overflow:visible;
	padding:0px;
	margin:0px;
}