/*.subnav li a {
	background: #9dbaff;
 	color: #324b64;
	display: block;
	text-decoration: none;
	width: 150px;
	

}
.subnav li a:hover {
background-image:url(../images/bg_zvjezdica.jpg);	
	
}


ul {
	margin:0;
	padding: 0;
	list-style: none;
	width: 150px;
	

}
	
ul li {
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;

}
	
li ul {
	position: absolute;
	left: 160px;
	top: 0;
	display: none;

}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #324b64;
	background: #9dbaff;;
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}


	
li:hover ul { 
display: block;
 


}*/
#menu {
width: 180px; /* set width of menu */
background: #9dbaff;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
margin: 0;
padding: 5px 3px;
}

#menu h2 {
color: #fff;
background: #9dbaff;
text-transform: uppercase;
}

#menu a {
color: #0a2e54;
background: #6c97fd;

text-decoration: none;
}

#menu a:hover {
color: #0a2e54;
background: #fff;
background-image:url(../images/bg.jpg);
}
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

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; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
} 
</style>
<![endif]-->
