/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirents.
=================================================================== */
.levi_menu {
	background:url(../images/bg_podmeni.jpg) no-repeat;
	height:auto !important; /* ta zaresni browserji */
	height:420px; /* IE6: upo�teva kot min-height*/
	min-height:420px; /* ta zaresni browserji */
	position:absolute;
	margin:0px 0 0px 0px; /* this page only */
	border:solid 0px;
}
/*ie 6 sux */

/* remove all the bullets, borders and padding from the default list styling */
.levi_menu ul {
	margin: 0 0 0 20px;
	font-weight:bold;
	list-style:none;
	width:241px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.levi_menu ul ul {
top:28px;
width:211px;
visibility:hidden;
position:absolute;
border:solid 1px;
border-color:#338906;
left:171px; 
background: #ebf1e7;
margin: -27px 0 0 30px;
padding-bottom:7px;
}
.levu_menu ul li a{border:solid 1px #000000;}

.levi_menu ul li {
	position:relative;
	width:205px;
	background:url(../images/bg_podmeni_alineja.jpg) no-repeat left top;	
	border:solid 0px;
	height:auto;
	padding:0px 0px 4px 0px;
}

.levi_menu ul ul li {
	background: none #ebf1e7;
	padding:0 0 0 0;
	border:solid 0px;
	width:211px;
	height:auto;

}

.levi_menu ul ul ul {
		margin-top:-29px;
		left:211px;
		margin-left:0px;
		background: #ebf1e7;
}

.levi_menu ul ul ul li {
	background: none #ebf1e7;
}




/* get rid of the table */
.levi_menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* style the links */
.levi_menu a, .levi_menu a:visited {
	position:abosolute;
	display:block;
	text-decoration:none;	
	color:#006ba3;
	border:0px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 3px 5px;
}
/* hack for IE5.5 */
* html .levi_menu ul {margin-left:5px; ma\rgin-left:20px; position:relative;}
* html .levi_menu ul ul {top:27px; margin-left:0px; left:210px; position:relative;}

* html .levi_menu ul ul ul {top:27px; left:215px; position:relative;}
/* style the link hover */

* html .levi_menu a, * html .levi_menu a:visited {width:200px; w\idth:201px; border:0px solid;}
* html .levi_menu ul li{height:20px;}
* html .levi_menu a:hover {color:#00c1eb; background:transparent;}
* html .levi_menu ul ul a:hover {color:#00c1eb; background:transparent;}
* html .levi_menu ul ul li a:hover {color:#00c1eb; background:#d5e4d1; margin-left:0; width:211px;}




.levi_menu :hover > a {
color:#006ba3; 
background:none;
}

/* make the second level visible when hover on first level list OR link */
.levi_menu ul li:hover ul,
.levi_menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.levi_menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.levi_menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.levi_menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.levi_menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


#levi_menu li a:link {
	color:#000000;
	text-decoration:none;
}
#levi_menu li a:visited {
	color:#000000;
	text-decoration:none;
}
#levi_menu li a:hover {
	color:#4fa400;
	text-decoration:none;
}
#levi_menu h1 {
	color:#338906;
	font-weight:bold;
	margin-left:24px;
}


#parent a {
	background:url(../images/arrow.gif) right no-repeat;
}
#parent a:hover {
	background:#d5e4d1 url(../images/arrow.gif) right no-repeat;
	
}
#noparent a {
	background:none;
}
#noparent a:hover {
	margin-left:0px;
	background:#d5e4d1;
}

.levi_menu ul ul a{
		margin-left:0px;
		background:#ebf1e7;
}
.levi_menu ul ul a:hover{
		margin-left:0px;
		background:#d5e4d1;
}