		/***** NAV MENU START*****/
		/***********************************************/
		.headerinner { 
			background: url(slike/menu-bg.png) no-repeat center; 
			position: relative; 
			width: 940px;
			height: 51px;/*
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px; 
			border-radius: 3px; */
			-moz-box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
			-webkit-box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
			box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
			opacity: 0.95;
		}

		.headerinner .menu { 
			float:left; height: 51px;width:700px;  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;position:relative;
		}

		.sf-menu { line-height: 21px; margin-bottom: 0;width: 700px;position:relative; }
		.sf-menu li { float: left; background: none; }
		.sf-menu a { padding: 0; border: 0; color: #FFFFFF; display: block; background: url(slike/zeropix.png) repeat-y right 0; font-size:1em;}
		.sf-menu a:visited { color: #FFFFFF; }
		.sf-menu li a span { display: inline-block; }

		.sf-menu li:hover, .sf-menu li.sfHover { background: url(slike/zeropix.png) repeat-y left 0; }
		.sf-menu li a:hover span, .sf-menu li.sfHover a:hover span { 
			background: #0b4796; -moz-transition: border,background-color 0.2s ease-out 0s; 
			-webkit-transition: border,background-color 0.2s ease-out 0s; transition: border,background-color 0.2s ease-out 0s;
		}
		.sf-menu li.sfHover > a > span { background-color: #0b4796; }

		.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: none; }
		.sf-menu a.sf-with-ul { padding-right: 0; }

		.sf-menu li a span { 
			padding: 15px 25px; display:  block; text-shadow: 1px 1px rgba(0,0,0,0.3);
		}
		.sf-menu > li:last-child > a span { -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; border-radius: 0 2px 2px 0; }
		.sf-menu > li > a:hover span { 
			-moz-box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); -webkit-box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
			box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
		}
		.sf-menu li.current a { color: #fff; }
		.sf-menu li.current > a > span { 
			background: #0b4796; -moz-box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
			-webkit-box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); box-shadow: inset 0 1px 0 rgba(250,250,250, 0.1); 
		}
		.sf-menu li ul { 
			width: 190px; -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2); 
			box-shadow: 0 0 3px rgba(0,0,0,0.2); opacity: 0.97;
		}
		.sf-menu ul li a { padding-left: 0; }
		.sf-menu ul li.withsub > a > span, .sf-menu ul li.withsub > a:hover > span { /*drugi submenu - strelica desno*/
			background-image: url(slike/submenuarrow.png); background-repeat: no-repeat; background-position: right center; 
		}
		.sf-menu li.withsub > a > span, .sf-menu li.withsub > a:hover > span { /*prvi submenu - strelica dolje*/
			background-image: url(slike/submenuarrow-dolje.png); background-repeat: no-repeat; background-position: right center; 
		}
		.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 51px; background-color: #1761c2; padding: 0; }
		.sf-menu li li { background-color: #1761c2; }
		.sf-menu li:hover ul li a span, .sf-menu li.sfHover ul li a span { 
			padding: 10px; border-bottom: 1px solid #0b4796; 
			-moz-transition: border,background-color 0.2s ease-out 0s; -webkit-transition: border,background-color 0.2s ease-out 0s; 
			transition: border,background-color 0.2s ease-out 0s;
		}
		.sf-menu li.sfHover ul li:last-child > a > span { border-bottom: 0; }
		.sf-menu li:hover ul li a:hover, .sf-menu li.sfHover ul li a:hover { color: #fff; }
		.sf-menu li:hover ul li a:hover span, .sf-menu li.sfHover ul li a:hover span { background-color: #0b4796; }

		.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 190px; top: 0; }
		.sf-menu li li li { background-color: #1761c2; }
		.sf-menu ul li.sfHover > a > span { background-color: #0b4796 !important;  color: #fff;}

		.sf-shadow ul { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

		/***** NAV MENU end*****/
		/***********************************************/