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

/* ================================================================
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/simple_vertical.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.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */

/* Get rid of the margin, padding and bullets in the unordered lists */
#navigacija_menu, #navigacija_menu ul { padding:0;
										margin:0;
										list-style-type:none;
										width:123px;
										position:absolute;
										margin:-8px 0 0 -25px;
										z-index:5;
										}
/* For Non-IE browsers and IE7 */
#navigacija_menu li:hover {position:relative;}
/* Make the hovered list color persist */

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#navigacija_menu li ul {display:none; width:190px;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#navigacija_menu li:hover > ul {display:block; }
/* Position the first sub level beneath the
top level liinks */
#navigacija_menu > li:hover > ul {left:-30px; top:16px; }

/* get rid of the table */
#navigacija_menu table {position:absolute; border-collapse:collapse; top:0; z-index:100; font-size:1em;}


/* For accessibility of the top level menu when tabbing */
#navigacija_menu li a:active, #navigacija_menu li a:focus {color:#fff;}

/* change the drop down levels from display:none; to visibility:hidden; */
* html #navigacija_menu li ul {visibility:hidden; display:block; background:transparent url(transparent.gif); }

/* keep the third level+ hidden when you hover on first level link */
#navigacija_menu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#navigacija_menu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#navigacija_menu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#navigacija_menu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#navigacija_menu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}
/* make the third level visible when you hover over second level link and position it and all further levels */
#navigacija_menu li a:hover ul a:hover ul{
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#navigacija_menu li a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#navigacija_menu li a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#navigacija_menu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


/* dodano - NASTY HACKS */
#navigacija_menu li{padding:0;
			margin:0;
			list-style-type:none;
			float:left;
					}
#navigacija_menu li a,#navigacija_menu li a:visited,#navigacija_menu li a:active {
			color:#3f7aba;
			text-decoraiotn:none;
}

#navigacija_menu li a:hover{background:transparent;text-decoraiotn:underline;}

* html #navigacija_menu li a:hover {background:transparent;}

#navigacija_menu li ul{ border:1px solid #98bbd9;width:620px; margin:14px 0 0 -442px; background:url(../images/navigacijabg.jpg) top repeat-x #ffffff; padding:0 0 20px 0;}
* html #navigacija_menu li ul{ border:1px solid #98bbd9; margin:15px 0 0 -596px;  background:url(../images/navigacijabg.jpg) top repeat-x #ffffff;  padding:0 0 20px 0}

#navigacija_menu li ul li{ margin:0; padding:0;}
#navigacija_menu li ul li a { color:#3f7aba; }


#navigacija_menu li:hover > a {}
#navigacija_menu ul li:hover >  a {}


#navigacija_menu a{text-decoration:none}
#navigacija_menu a:hover{text-decoration:underline}

