.tabs li {
	list-style:none;
	display:inline;
	font-size: 20px;
}

.tabs a {
	padding:5px 20px;
	display:inline-block;
	color:#f99;
	text-decoration:none;
	width: 120px;
	height: 55px;
	text-align: center;	
}

.tabs a:hover {
	background: url(tabs-strelica.png) center 10px no-repeat;
	
}
.tabs a.active {
	background: url(tabs-strelica.png) center 10px no-repeat;
}