#projekti-thmz  {
	width: 100%;
	padding: 10px 0;
}
#projekti-thmz ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}

#projekti-thmz  li {
	background-color: #015cca;
	margin-bottom: 4px;
}

#projekti-thmz  li a {
	color: #fff;
	display: block;
	padding: 5px 15px;
}

#projekti-thmz li a:hover {
	background-color: #012788;
	font-weight: 600;
}

.projekti-naslov {
	padding: 0 10px;
	font-weight: 600;
}