/*Style for Navigation Bar*/
/*Rules to avoid flickering on IE6 - For all men's state, only one image*/
div#nav ul{
	width: 720px;
	height: 38px;
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	background: 000000 url(../../../assets/navigacija.gif);
	margin: 0px;	
}

div#nav li{
	margin: 0px;
	padding: 0px;
}

div#nav li,div#nav a{
	float: left;
	width: 144px;
	height: 39px;
}

div#nav a{
	text-indent: -9000px;
	text-decoration: none;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 28px;
	background:  url(../../../assets/navigacija.gif);
}
/*Fast Rollovers Without Preload - The state of the menu changes with the background position*/
li#fakultet a{
	background-position: 0px  0px;
}

li#fakultet a:hover{
	background-position: 0px -55px;
}

li#fakultet #current {
background-position: 0px -55px;
}

li#ustroj a{
	background-position: -144px  -0px;
}

li#ustroj a:hover{
	background-position: -144px -55px;
}

li#ustroj #current {
background-position: -144px -55px;
}

li#studiji a{
	background-position: -288px 0px;
}

li#studiji a:hover{
	background-position: -288px -55px;
}

li#studiji #current {
background-position: -288px -55px;
}

li#upisi a{
	background-position: -432px 0px;
}

li#upisi a:hover{
	background-position: -432px -55px;
}

li#upisi #current {
background-position: -432px -55px;
}

li#studenti a{
	background-position: -576px 0px;
}

li#studenti a:hover{
	background-position: -576px -55px;
}

li#studenti #current {
background-position: -576px -55px;
}


