/*table,div {clear:left;}don't like this solution but it might be the only one*/
ul.navLvl1 /* stil za ul z idjem navLv1*/
{
    list-style:none; 
    margin:0; 
    float:left;
    width:100%; 
    padding:0; 
    border-top:3px solid #142256; 
    border-bottom:3px solid #142256;
	text-transform: uppercase;
	font-size:x-small;
	font-weight:bold;
	TEXT-DECORATION:none;
}
ul.navLvl1 ul /*ul ki je znotraj ul ja, ki ima id navLv1*/{
	list-style:none;
	margin:0;
	display:none;
	border:1px solid #142256;
	border-top:1px solid #142256;
	background-color:white;
	position:absolute;
	width:100%;
	padding:0px;
	white-space: nowrap;
	font-size:x-small;
	TEXT-DECORATION:none;
}
ul.navLvl1 ul ul{top:0; left:97%; }/*ultrtji nivo*/

ul.navLvl1 a{display:block; text-decoration:none; padding:5px 7px; color:#142256;TEXT-DECORATION:none; }
ul.navLvl1 a:hover{background-color:#142256; color:white;TEXT-DECORATION:none;width}

ul.navLvl1 ul a.hasKids{TEXT-DECORATION:none;}
ul.aktiven a{TEXT-DECORATION:none;}

ul.navLvl1 ul a.aktiven {color:#142256;TEXT-DECORATION:none;}


ul.navLvl1 li{position:relative; float:left;TEXT-DECORATION:none;}
ul.navLvl1 li a.aktiven{color:#142256;TEXT-DECORATION:none;}

ul.navLvl1 li li{float:none;TEXT-DECORATION:none;}
* html ul.navLvl1 li li{display:inline;TEXT-DECORATION:none;}
ul.navLvl1 li li a{padding:4px;TEXT-DECORATION:none;}
* html ul.navLvl1 li li a{width:100%;TEXT-DECORATION:none;}

/*IE ":hover"
NOTE: unlike background url, behavior url is relative to current url, not to .css
*/
ul.navLvl1 li{behavior:url(www/default/style/listItemHover.htc);}

/*non-IE :hover*/
ul.navLvl1 li:hover{}/*entire path highlighted; non-IE only*/
ul.navLvl1 li:hover > ul{background-color:white;display:block; left:100%;width:300PX;TEXT-DECORATION:none;}
ul.navLvl1 > li:hover > ul{left:auto;TEXT-DECORATION:none;}

.menu_active
{
	color:white;
	text-transform: uppercase;
	font-size:x-small;
	background-color:#142256;
	žTEXT-DECORATION:none;
	
}

.menu_pasive
{
	color:#142256;
	text-transform: uppercase;
	background-color:white;
	font-size:x-small;
	TEXT-DECORATION:none;
}
.podmeni
{
	border:3px none #142256;
	TEXT-DECORATION:none;
	
}


