@charset "utf-8";
/* CSS Document */

style type="text/css">

.menu {
position:relative;
z-index:1000;
font-size:90%;
height:235px;
margin:25px 0 0 15px; 
}

.naslov {
	position:relative;
	font-size:12px;
	height:20px;
	background-color: #D2E0F8;
	padding-left: 5px;
	padding-top: 5px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:180px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	line-height: 26px;
}

.menu li {
	background:transparent;
}
* html .menu li {
	margin-left:-16px;
	margin-lef\t:0;
	margin-top: 0px;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	line-height:25px;
	width:174px;
	color:#333333;
	text-indent:5px;
	border-bottom:1px solid #fed6b0;
	background:transparent;
	padding: 2px;
}
/* style the link hover */
* html .menu a:hover {
	color:#ff9900;
	background:#1b2674;
	font-weight: bold;
}

.menu :hover > a {
	color:#ff9900;
	background:#1b2674;
	font-weight: bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:-1px;
	left:100px;
	z-index: 50;
}
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	background: #f2f2f2;
}
.menu ul :hover ul ul{
visibility:hidden;
}
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.menu ul.top2 {
	top:81px;
}
.menu ul.top3 {
	top:107px;
}
.menu ul.top4 {
	top:133px;
}
.menu ul.top5 {top:103px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}
