/* NAVIGACIJA */

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;

}

#nav a {
	display: block;
	width: 105px;
	height: 132px;
	position: absolute;
	margin-top: 45px;
}

.onama a { 
	margin-left: 69px;
	background-image: url('../images/ro/onama.png');
	background-repeat: no-repeat;
}

.onama a:hover {
	background-image: url('../images/ro/onama1.png');
}


.servis a { 
	margin-left: 186px;
	background-image: url('../images/ro/servis.png');
	background-repeat: no-repeat;
}

.servis a:hover {
	background-image: url('../images/ro/servis1.png');
}

.masine a { 
	margin-left: 303px;
	background-image: url('../images/ro/masine.png');
	background-repeat: no-repeat;
}

.masine a:hover {
	background-image: url('../images/ro/masine1.png');
}

.boje a { 
	margin-left: 420px;
	background-image: url('../images/ro/boje.png');
	background-repeat: no-repeat;
}

.boje a:hover {
	background-image: url('../images/ro/boje1.png');
}

.prese a { 
	margin-left: 537px;
	background-image: url('../images/ro/prese.png');
	background-repeat: no-repeat;
}

.prese a:hover {
	background-image: url('../images/ro/prese1.png');
}

.noviteti a { 
	margin-left: 653px;
	background-image: url('../images/ro/noviteti.png');
	background-repeat: no-repeat;
}

.noviteti a:hover {
	background-image: url('../images/ro/noviteti1.png');
}

.kontakt a { 
	margin-left: 771px;
	background-image: url('../images/ro/kontakt.png');
	background-repeat: no-repeat;
}

.kontakt a:hover {
	background-image: url('../images/ro/kontakt1.png');
}

/* NAVIGACIJA */