#menu ul {
	list-style:none;
	width:auto;
	margin:0;
	padding:0;
	position:relative;
}
#menu ul h2 {
	background:url(../images/menu-sep.gif) right no-repeat;
	padding:0;
	margin:0px;
}
#menu ul h2 a {
	padding:10px 14px 10px 14px; /* padding also defines width for autosized menus */
	margin:0;
	display:block;
}
#menu ul h2 a:hover {
	padding:10px 9px 10px 9px; /* padding also defines width for autosized menus */
	background:url(../images/menu-hover.gif) repeat-x;
	margin:0;
	margin-right:5px;
	margin-left:5px;
	text-shadow: 0px 1px 1px #993333;
	display:inline-block;
}
#menu h2 {
	margin:0;
	padding:0;
}
#menu a {
	display:block;
	text-align:center;
	margin:0;
	padding:0;
}
/* IE needs the values given in 2 x parts to display autosized menu properly - width:auto */ 
* html #menu h2 a{display:inline-block;} 
* html #menu h2 a{display:inline;} 

#menu ul ul {
	width:140px;
	width:200px;
}
#menu ul ul h2 {
	width:130px;
	width:190px;
}
ul#ul-podjetje {
	width:140px!important;
	_width:138px!important;
}
ul#ul-podjetje h2 {
	width:130px!important;
	_width:128px!important;
}
ul#ul-spletne-strani {
	width:210px!important;
}
ul#ul-spletne-strani h2 {
	width:200px!important;
}
#menu ul ul li {
	background:url(../images/menu-submenu-sep.gif) bottom repeat-x;
	margin:0 1px;
}
#menu ul ul li h2  {
	background:none;
	padding:6px 4px;
	border-bottom:#3C3 solid 0px;
	margin:0px;
}
#menu .naslov-li  { background:#666!important; height:26px; border-top:#999 solid 1px; border-bottom:#999 solid 1px;}
#menu .naslov-li  h2 { color:#ccc;}
#menu ul ul li a  {
	border-bottom:#3C3 solid 0px;
	padding:0px;
	text-align:left;
}
#menu ul ul li a:hover {
	background:none;
/*	background:#313131;*/
	padding:0;
	margin:0;
}
#menu a:hover {
	background:transparent;
}
#menu h2 a:hover {
	background-color:transparent;
}
#menu li {position:relative;}

#menu ul ul ul {
	position:absolute;
	top:0;
	left:100%;
}
#menu ul ul {
	top:38px;
	left:0;
	position:absolute;
	z-index:500;
	background:#202020;
}
div#menu ul ul {
display:none;
}

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

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

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu 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%;
}

#menu ul li {float:left; white-space:wrap; overflow:inherit; width:auto;}
#menu ul li a {height:1%;}

#menu a, #menu h2 {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:1.05em;
	color:#FFF;
}
</style>
<![endif]-->