.tabs{
	padding:0; margin:0;
/*	display: block;
	width:120px;
	height:30px;
	float: left;	
	line-height: normal;
	background: url(i/vkladka.jpg) bottom repeat-x;
*/
/*	height:2em;*/
}

.tabs LI{ position:relative; top:1px; display:inline; float:left; padding:0; margin:0; border:0; line-height:2em; background:url(i/img_bg.gif) 0 -5px; margin-left:5px; }

.tabs A{
	display: block;
	/*width:120px;*/
	padding: 0 2em 0 2em;
	text-align: center;
	margin:0;
}

.tabs LI.curr{ top:1px; background:url(i/img_bg.gif) 0px -17px; font-weight:bold; border: 1px solid #318275; border-bottom: 0;	}


.tabs_sub{
	display: block;
	clear: both;
	border: 1px solid #318275;
	/*border-top: 0;*/	
	padding: 10px;
}

