.meni_horizontalni {
	position:absolute;
    bottom:0px;
    left:-46px;
    height:37px;
    z-index:10;
	width: 930px;
}

#nav {
	list-style-type : none;
	list-style:none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 500;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav ul {
	list-style-type : none;
	list-style:none;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li.top {
	font-size:18px;
	margin-left:5px;
	width:99px;
	height:34px;
	display:table-cell;
	vertical-align: middle;
	float :left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}


/* Obicno a */
#nav li a.top_link {
	font-size:18px;
	cursor: pointer;
	width:99px;
	height:37px;
	display:table-cell;
	vertical-align: middle;
	color : #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li a.top_link span {
	/*background: url("../../images/horizontalni_meni/meni.png") no-repeat;*/
	background-position:0px -37px;
	font-size:18px;
	width:99px;
	height:37px;
	display:table-cell;
	vertical-align: middle;
	color : #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
}

#nav li a.top_link span.down {
	background: url("../../images/horizontalni_meni/button_aktivno.png") no-repeat;
	background-repeat:no-repeat;
	font-size:18px;
	width:99px;
	height:37px;
	display:table-cell;
	vertical-align: middle;
	color : #FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
/* KRAJ Obicno a */




/*  Hoveri a */
#nav li:hover a.top_link {
	background: url("../../images/horizontalni_meni/button_aktivno.png") no-repeat;
	background-repeat:no-repeat;
	font-size:18px;
	width:99px;
	height:37px;
	display:table-cell;
	vertical-align: middle;
	color : #145761;
	text-decoration:none;
	
}

#nav li:hover a.top_link span {
	background: url("../../images/horizontalni_meni/button_aktivno.png") no-repeat;
	background-repeat:no-repeat;
	color:#145761;
}

#nav li:hover a.top_link span.down {
	background: url("../../images/horizontalni_meni/button_aktivno.png") no-repeat;
	background-repeat:no-repeat;
	color:#145761;
}
/*  KRAJ Hoveri a */
