.navi ul{
/*font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;*/
margin: 0px;
padding: 0px;
}

.navi ul li{
display:inline;
margin-left:3px;
margin-right:3px;
}

.navi ul li a{
/*font-family: Arial, Helvetica, sans-serif;
font-size: 12px;*/
color:#CCCCCC;
text-decoration: none;
}

.navi a img{
border: none;
display:inline;
}

.navi a:hover{
color:#3399FF;
}

.button_search_lupa {
    border: none;
    background: url("../slike/lupa.png") no-repeat top left;
    padding: 2px 8px;
}

.button_search_lupa:hover {
cursor:pointer;
}

.baneri_desno ul{
    margin: 5px 0px 0 0;
    padding: 0px;
}

.baneri_desno ul li{
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.baneri_desno ul li a{
    text-decoration: none;      
}
#navMenu{
	list-style: none;
	/* Clear floats */
	float: left;
	width: 100%;
	margin-bottom: 10px;
	/*background-color: #13376B;*/
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#navMenu li{
	float: left;
	position: relative;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #FFFFFF;
}
#navMenu a{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navMenu a:hover{
	color:#fff;
	background:#6b0c36;
	/*text-decoration:underline;*/
}
#navMenu ul{
	background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style: none;
	position: absolute;
	left: -9999px;
}
#navMenu ul li{
	padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#navMenu ul a{
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	/*text-transform: uppercase;*/
}
#navMenu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#navMenu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/*text-decoration: underline;*/
	background-color: #AEB2B3;
}
#navMenu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
}
#navMenu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-color: #13376B;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}