div#frontpagetabs .header{
	/*border-bottom:1px #B7B7B7 solid;*/
	background:url(/kunta/images/tab-border.gif) bottom left repeat-x;
}
div#frontpagetabs .header ul li{
	background:none;
	float:left;
	padding:0;
	
}
div#frontpagetabs .header ul li span.left,
div#frontpagetabs .header ul li span.right,
div#frontpagetabs .header ul li span.back{
	width:auto;
	height:100%;
	padding:0px;
	display:block;
	float:left;
}
/* inactive */
div#frontpagetabs .header ul li span.left{
	background:url(/kunta/images/inactive_left.gif) top left no-repeat;
}
div#frontpagetabs .header ul li span.right{
	background:url(/kunta/images/inactive_right.gif) top right no-repeat;
}
div#frontpagetabs .header ul li a span.back{
	/*padding:0px 8px;*/
	background:url(/kunta/images/inactive_bg.gif) top left repeat-x;
}
/* active */
div#frontpagetabs .header ul li a.sel span.left{
	background:url(/kunta/images/active_left.gif) top left no-repeat;
}
div#frontpagetabs .header ul li a.sel span.right{
	background:url(/kunta/images/active_right.gif) top right no-repeat;
}
div#frontpagetabs .header ul li a.sel span.back{
	/*padding:0px 8px;*/
	background:url(/kunta/images/active_bg.gif) top left repeat-x;
}

div#frontpagetabs .header ul li a.sel:hover span.left,
div#frontpagetabs .header ul li a:hover span.left{
	background:url(/kunta/images/active_left.gif) top left no-repeat;
}
div#frontpagetabs .header ul li a.sel:hover span.right,
div#frontpagetabs .header ul li a:hover span.right{
	background:url(/kunta/images/active_right.gif) top right no-repeat;
}
div#frontpagetabs .header ul li a.sel:hover span.back,
div#frontpagetabs .header ul li a:hover span.back{
	background:url(/kunta/images/active_bg.gif) top left repeat-x;
}
div#frontpagetabs .header ul li a{
	line-height:28px;
	color:#606060;
	display:block;
	padding-right:4px;
	cursor:pointer;
	/*border-bottom:1px solid #B7B7B7;*/
}
div#frontpagetabs .header ul li.last a{
	padding:0px;
}
div#frontpagetabs .header ul li.first a{
	
}
div#frontpagetabs .header ul li a.sel{
	color:#000;
	border:none;
}
div#frontpagetabs .header ul li a.sel:hover,
div#frontpagetabs .header ul li a:hover{
	color:#000;
}
div#frontpagetabs .header ul li a div.content{
	padding:0px 8px;
	background:url("/kunta/images/tab-border.gif") repeat-x scroll left bottom transparent;
	cursor:pointer;
}
div#frontpagetabs .header ul li a.sel div.content{
	padding:0px 8px;
	background:none;
}
div#frontpagetabs div.contentwrapper{
	padding:5px 0px;
}

