/*<!--[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: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
</style>
<![endif]-->



ul.dropdown-7 li:hover {
	background-color: none; /* boja od menito on mouse over*/
	position: absolute;
	z-index: 597;
	color: #000;
	display: block;	
}
a {
	text-decoration:none;
	color:#999
	}

ul.dropdown-7 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;
}

ul.dropdown-7 li:hover > ul {
	visibility: visible;
}

ul.dropdown-7 {
	background-color: none; /* boja od menito gore*/
	float:left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
	left: 33px;
	color:#FFF;
}

ul.dropdown-7 a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#6ecddd;
	text-decoration:none ;
}
ul.dropdown-7 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #c7e09b;
	text-decoration: none;
}

ul.dropdown-7 ul {
	background-color:#000; /* boja od menito drop down*/
	margin-top:-17px;
	margin-left:110px;
	padding:0px;
	padding-top:-10px;
	width: 100px;
	height:30px;
	list-style-image:none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 598;
	left: -10px;
	top:100%;
	}
	



ul.dropdown-7 li {
	line-height: 0px;
	vertical-align: middle;
	margin: 0px;
	float: left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: none;
	list-style-image: none;
	list-style-type: none;

}

ul.dropdown-7 ul ul {
	left: 75%;
	top:inherit;
	margin-top:-15px;
}
