@charset "utf-8";
#barnavO {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#barnavO a {
	display: block;
	width: 198px;
	height: 63.75px;
	line-height: 63.75px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
}

#barnavO a:hover {
	display: block;
	width: 198px;
	height: 63.75px;
	line-height: 63.75px;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 20px 28px;
}

#part {
	background-image: url(../images/partners.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#part_red {
	background-image: url(../images/partners_red.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#part:hover {
	background-image: url(../images/partners_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#stud {
	background-image: url(../images/studio.png);
	background-repeat: no-repeat;
}
#stud_red {
	background-image: url(../images/studio_red.png);
	background-repeat: no-repeat;
}

#stud:hover {
	background-image: url(../images/studio_hover.png);
	background-repeat: no-repeat;
}

#home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
}
#home_red {
	background-image: url(../images/home_red.png);
	background-repeat: no-repeat;
}

#home:hover  {
	background-image: url(../images/home_hover.png);
	background-repeat: no-repeat;
}
#clienti {
	background-image: url(../images/clients.png);
	background-repeat: no-repeat;
}
#clienti_red {
	background-image: url(../images/clients_red.png);
	background-repeat: no-repeat;
}

#clienti:hover {
	background-image: url(../images/clients_hover.png);
	background-repeat: no-repeat;
}
