.neaktiven {
	color:#666;
	padding:0 0 0 50px;
	line-height:17px;
}
#nav h2 {
	font-weight:normal;
	padding:0px;
	margin:0px;
	width:246px;
	height:24px;
	background-image:url(../images/nep_naslov.gif);
	background-position: 12px 5px;
	background-repeat:no-repeat;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul h2{
	margin: 0;
	padding:0px;
	width:auto;
}
#nav h2 a{
	background:transparent url(../images/nav1.gif) no-repeat;
	color:#ff6600;
	padding:0px;
}
#nav a:hover {
	background:transparent url(../images/nav2.gif) no-repeat;
}
#nav li {
	list-style:none;
	position:relative;
}

#nav ul ul ul {
	list-style:none;
	position:absolute;
	top:0;
	left:100%;
}
#nav ul ul {
	left:0;
	position:absolute;
	z-index:500;
}

div#nav ul ul {
	display:none;
}

div#nav ul li:hover ul
{display:block;}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display:none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display:block;}
body {
behavior:url(/csshover.htc);
}
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior:url(csshover.htc);
font-size:100%;
}

#nav ul li {float:left; width:240px;}
#nav ul li a {height:1%;} 

#nav a, #nav h2 {
	list-style:none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px 0 5px 50px;
	line-height:17px;
	margin:0;
	margin-top:10px;

}
</style>
<![endif]-->