@charset "utf-8";
/* CSS Document */
#nav {
	width:1050px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	position:absolute;
	float:left;
	display:inline-block;
	z-index:999;
}
#menu {
	width:88%;
	float:right;
	display:inline-block;
	margin-top:auto;
	margin-bottom:auto;
	text-align:right;
}
ul.dropdown a { 
	text-decoration: none; 
}
ul { 
	list-style: none; 
}
/* 
	LEVEL ONE
*/
ul.dropdown li { 
	font-weight: bolder;
	float: left; 
	zoom: 1; 

}
ul.dropdown a:hover	{
	color: #fff ;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: -webkit-radial-gradient(#00a4e3, #00468e); /* For Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#00a4e3, #00468e); /* For Opera 11.1 to 12.0 */
	background: -moz-radial-gradient(#00a4e3, #00468e); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#00a4e3, #00468e); /* Standard syntax */
}
ul.dropdown li a {
	display: block;
	width:72px;
	height:80%;
	color:#00468e; 
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bolder;
	margin-right: 2px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
ul.dropdown li:after {	
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}
#search {
	width:18%;
	height:80%;
	float:left;
	margin-top:8px;
	margin-left:10px;
	vertical-align:middle;
	margin-right:10px;
	padding:0px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color:#fff;
	border:#00468e 2px solid;
}
.search_input {
	border-color:transparent;
	margin-left:5px;
	font-size: 100%;
	width:75%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.search_input:focus {
    outline:none;
}
.search_button {
	height: 25px;
	width: 25px;
	margin-right:-1px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background:url(../images/pozadine/search-button.png) no-repeat;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-top-bottom-right-radius: 5px;
	-webkit-top-bottom-right-radius: 5px;
}
.search_button:hover {
	  background:url(../images/pozadine/search-button1.png) no-repeat;
}