/*MENU*/

#menu {
	background: url(img_jpg/nav_background.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	clear: both;
	width: 1000px;
	height: 35px;
	padding: 0;
	margin: 0;
	text-align : center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	width: auto;
	height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

#menu a:hover {
	background: url(img_jpg/nav_background2.jpg);
	background-repeat: repeat-x;
	color: #000;
}

#menu .first a {
	color: #000;
}

#menu .first a:hover {
	background: url(img_jpg/nav_background2.jpg);
	background-repeat: repeat-x;
	color: #000;
}

/*MENU COLUMN*/

.logo_png {
	width:auto;
	height:auto;
}

.logo_naziv {
	padding:0 0 0 15px;
}

#menucol {
	clear: both;
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
}

#menucol ul {
	margin: 0;
	padding: 0;
	list-style : none;
}

#menucol li {
	display: inline;
}

#menucol a {
	/*background: url(img_jpg/column_link.jpg);
	background-repeat: no-repeat;
	background-position : bottom;*/
	overflow: hidden;
	display: block;
	clear: both;
	padding: 2px 0 2px 0;
	margin: 0;
	width: 200px;
	height: auto;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	border-bottom:dotted 1px #999;
}

#menucol a:hover {
	/*background: url(img_jpg/column_link_hover.jpg);
	background-repeat: no-repeat;
	background-position : bottom;*/
	background-color:#cfcdce;
	color: #000;
}

#menucol .firstcol a {
	/*background: url(img_jpg/column_link.jpg);
	background-repeat: no-repeat;
	background-position : bottom;*/
	overflow: hidden;
	color: #666;
	width: 200px;
	height: auto;
	border-bottom:dotted 1px #999;
}

#menucol .firstcol a:hover {
	/*background: url(img_jpg/column_link_hover.jpg);
	background-repeat: no-repeat;
	background-position : bottom;*/
	background-color:#cfcdce;
	color: #000;
}

#menucol .submenu a {
	padding: 2px 0 2px 15px;
	margin: 0;
	color: #666;
	width: 185px;
	height: auto;
}

#menucol .submenu a:hover {
	color: #000;
}

#menucol .submenufirstcol a {
	padding: 2px 0 2px 15px;
	margin: 0;
	color: #666;
	width: 185px;
	height: auto;
}

#menucol .submenufirstcol a:hover {
	color: #000;
}
