/* ================================================================ 
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/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#navK {
	width: 948px;
	font-size: 14px;
	font-weight: bold;
	background-color: #003b8f;
	background-image: url(../images/header/meni_bckg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #003b8f;
	border-top: 1px solid #003b8f;
}
#nav, 
#nav ul {
	padding:0 0 5px 0;
	margin:0 0 0 23px;
	list-style:none;
	position:relative;
	z-index:200;
}
#nav {
	height:34px;
	padding:0;
	background-position: center;
}
#nav table {border-collapse:collapse;}
#nav li {float:left; padding:0; background-image: url(../images/meni_kv.gif);
	background-repeat: repeat-y;}
#nav li li {float:none;width:155px;}
#nav li a li {float:left;}
#nav li a {display:block; float:left; color:#FFF; padding:0 20px; line-height:34px; text-decoration:none; height: 1%}
#nav li li a {
	line-height:20px;
	float:none;
	margin:0;
	padding:0;
}
#nav li:hover {position:relative; z-index:300; background-color:#fff;margin-top: 0;}
#nav a:hover {position:relative; z-index:300; text-decoration:none; color: #bb1f24; }
#nav :hover ul {left:0; top:25px; margin:0}
#nav a:hover ul {left:-10px; margin:0}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	text-align: center;
}
#nav li:hover li:hover > ul {left:0px; margin-left:100%; top:-1px;}
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
#nav li:hover > a {text-decoration:none; color: #bb1f24;;background-color:#green;}
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul{left:100%; top:-1px;}
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul{position:absolute; left:-9999px; top:-9999px;}

#nav .liaktiv a {text-decoration:none; color: #bb1f24; background-color:#fff;}
.sfhover{ background-color: #fff; margin:0; padding:0}