/* ================================================================ 
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.
=================================================================== */
.path_menu {
	border:solid 1px;
	width:auto;
	position:absolute;
	border:solid 0px;

}

/* remove all the bullets, borders and padding from the default list styling */
.path_menu ul {
	float:left;
	margin: 0 0 0 20px;
	font-weight:bold;
	list-style:none;
	width:241px;
}

.path_menu ul ul li{
	background:url(../images/bg_podmeni_alineja.jpg) no-repeat;
	width:211px;
}

/* hack for IE5.5 */
* html .path_menu ul {margin-left:5px; ma\rgin-left:20px; position:relative;}
* html .path_menu ul ul{position:relative; width:200px;}
* html .path_menu ul ul ul{position:relative; width:200px; top:29px; left:180px;}
/* position relative so that you can position the sub levels */
.path_menu li {
	float:left;
	position:relative;
	width:211px;
	background:url(../images/bg_podmeni_alineja.jpg) no-repeat left;	
	border:solid 0px;
	padding:0px 0px 0px 0px;	
}
.path_menu ul ul li {
	background: none #ffffff;
}
.path_menu ul ul ul li {
	background: none #ffffff;
}
/* get rid of the table */
.path_menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100;}

/* style the links */
.path_menu a, .path_menu a:visited {
	display:block;
	text-decoration:none;	
	color:#006ba3;
	border:0px solid #000;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 3px 5px;
}
/* hack for IE5.5 */
* html .path_menu a, * html .path_menu a:visited {width:180px; w\idth:181px;}
* html .path_menu ul ul {top:27px;}
* html .path_menu ul ul ul {top:27px;}
/* style the link hover */
* html .path_menu a:hover {color:#00c1eb; background:transparent;}
* html .sub a:hover {color:#ffffff; background:#1292c1;}



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

/* hide the sub levels and give them a positon absolute so that they take up no room */
.path_menu ul ul {
width:211px;
visibility:hidden;
position:absolute;
border:solid 1px;
border-color:#338906;
left:180px; 
background: #ffffff;
margin: -27px 0 0 30px;
}
.path_menu ul ul ul{
margin-top:-29px;
position:absolute;
left:181px;
}

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

/* keep the third level hidden when you hover on first level list OR link */
.path_menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.path_menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.path_menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.path_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;
}

.last{
	background: url(../images/mnbott.gif) top;
}
.last a, .last a:visited{
	background: url(../images/mnbott.gif) top;
}
.last a:hover{
	background: url(../images/mnbott.gif) top;
	color:#00c1eb;
}
