@charset "utf-8";
#menu {
	background-image:url(../images/main_menu_bck_y.jpg);
	color:#fff;
	padding:0;
	margin:0;
	border:none;
}
#menu ul {
	padding:0;
	margin:0;
	height:20px;
	list-style:none;
}
#menu ul li{
	
	float:left;
	margin-top:0px;
	padding-top:2px;
	font-size:12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFF;
	height:18px;
}
#menu ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;

	padding-left:25px;
	padding-right:25px;

}
#menu ul li a:hover {
	background-image:url(../images/bullet.png);
	background-position:5px center;
	background-repeat:no-repeat;
	color:#a77a39;
}

#menu ul .pocetna {
	border-left-style: none;
	border:0px;
}
#menu ul .selected {
		padding-left:25px;
	padding-right:25px;
	color:#F90; 
	font-weight:bold; 
	background-image:url(../images/menu_over.png); 
}
#wrapper #container .content #right-col #partneri img {
	margin:30px;
}
