@charset "utf-8";
/* CSS Document */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

/* GLAVNA DUGMAD */
#nav a {
	display: block;
	padding: 0 5px 0 5px;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/dugmad_bkg2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#nav a:link, 
#nav a:visited, 
#nav a:active {
	background-position: 0px 0px;
}

#nav a:hover {
	background-position: 0px -34px;
	color: #FFFFFF;
}
/* POD DUGMAD */
#nav li ul li a {
	display: block;
	padding: 0 10px 0 10px;
	width: 150px;
	height: 18px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-align:left;
}

#nav li ul li a:link, 
#nav li ul li a:visited, 
#nav li ul li a:active {
	background-position: 0px 0px;
}

#nav li ul li a:hover {
	background-position: 0px -40px;
	color: #CCCCCC;
}

#nav li { /* all list items */
	float: left;
	width: auto;
}

#nav li.split {
	float: left;
	width: 2px;
	height: 34px;
	background-image: url(../images/dugmad_crta.gif);
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	background-image: url(../images/dugmad_bkg3.gif);
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
