/******************* GLAVNI MENI ***************************/
div.gl_meni {
	margin-top: 25px; 
	height: 41px; 
	background-color: #e8e9e6; 
}
	div.gl_meni span {
		display: block;
		margin:0; padding: 7px 0 0 13px;
	}
	div.gl_meni a:hover {
		background-image: none;
		color: yellow;
	}
	div.gl_meni a:active {
		color: black;
	}
div.meni_uvod {
	float: left;
	width: 154px; height: 41px;
	margin: 0 0px 0 0;
	background: url('/template/img/uvod_rus.jpg') 0 -41px no-repeat;
}
	div.meni_uvod a {
		display: block;
		margin: 0; padding:0;
		width:100%; height:100%;
		overflow:hidden;
		text-decoration: none;
		background: url( '/template/img/uvod_rus.jpg' ) top left no-repeat;
	}
div.meni_hotel {
	float: left;
	width: 154px; height: 41px;
	margin: 0 0px 0 0;
	background: url('/template/img/hotel_rus.jpg') 0 -41px no-repeat;
}
	div.meni_hotel a {
		display: block;
		margin: 0; padding:0;
		width:100%; height:100%;
		overflow:hidden;
		text-decoration: none;
		background: url( '/template/img/hotel_rus.jpg' ) top left no-repeat;
	}
div.meni_usluge {
	float: left;
	width: 154px; height: 41px;
	margin: 0 0px 0 0;
	background: url('/template/img/usluge_rus.jpg') 0 -41px no-repeat;
}
	div.meni_usluge a {
		display: block;
		margin: 0; padding:0;
		width:100%; height:100%;
		overflow:hidden;
		text-decoration: none;
		background: url( '/template/img/usluge_rus.jpg' ) top left no-repeat;
	}
div.meni_kako-stici {
	float: left;
	width: 154px; height: 41px;
	margin: 0 0px 0 0;
	background: url('/template/img/kako-stici_rus.jpg') 0 -41px no-repeat;
}
	div.meni_kako-stici a {
		display: block;
		margin: 0; padding:0;
		width:100%; height:100%;
		overflow:hidden;
		text-decoration: none;
		background: url( '/template/img/kako-stici_rus.jpg' ) top left no-repeat;
	}
div.meni_izleti {
	float: left;
	width: 154px; height: 41px;
	margin: 0 0px 0 0;
	background: url('/template/img/izleti_rus.jpg') 0 -41px no-repeat;
}
	div.meni_izleti a {
		display: block;
		margin: 0; padding:0;
		width:100%; height:100%;
		overflow:hidden;
		text-decoration: none;
		background: url( '/template/img/izleti_rus.jpg' ) top left no-repeat;
	}
/******************* KRAJ GLAVNOG MENIJA ***************************/