@charset "utf-8";
/* CSS Document */

/*MENU*/

#menu {
	float:left;
	width: 1060px;
	height: 61px;
	padding: 0;
	margin: 0;
	text-align : left;
	font-size: 16px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu_home {
	background:url(slike_png/butt_home.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:70px;
	height:33px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0 8px 0 8px;
	text-align:center;
	text-decoration:none;
}

#menu_home a {
	width:70px;
	height:auto;
	float: left;
	padding: 0;
	margin: 0;
	text-decoration:none;
}

.menu_other {
	background:url(slike_png/butt_other.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:125px;
	height:31px;
	float: left;
	padding: 12px 0 0 0;
	margin: 0 10px 0 10px;
	text-align:center;
	text-decoration:none;
}

.menu_other a {
	width:125px;
	height:auto;
	float: left;
	padding: 0;
	margin: 0;
	color:#333;
	text-decoration:none;
}

.menu_search {
	background:url(slike_png/field_search.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:236px;
	height:32px;
	float: left;
	padding: 10px 0 0 16px;
	margin: 0 8px 0 50px;
	text-align:left;
	text-decoration:none;
}

.menu_button_search {
	overflow:hidden;
	width:73px;
	height:43px;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	text-align:left;
	text-decoration:none;
}

/*MENU COLUMN*/

#menucol {
	width: 240px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
}

#menucol ul {
	margin: 0;
	padding: 0;
	list-style : none;
}

#menucol li {
	display: inline;
}

#menucol a {
	display: block;
	clear: both;
	padding: 3px 0 3px 0;
	margin: 0;
	width: 240px;
	height: auto;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #444;
}

#menucol a:hover {
	overflow:hidden;
	color: #444;
	text-decoration: none;
}

/* MENU FOOTER */

#menu_footer {
	float:left;
	width: 940px;
	height: 87px;
	padding: 40px 0 0 0;
	margin: 0;
	text-align : center;
	font-size: 12px;
}

#menu_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_footer li {
	display: inline;
}

#menu_footer a {
	padding: 0 10px 0 10px;
	margin: 0 15px 0 15px;
	width: auto;
	height: auto;
	color: #000;
	text-decoration:none;
}

#menu_footer a:hover {
	color: #666;
}
