
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 712px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul 
{
	list-style: none;
	margin: 0px;
	margin-left:-40px;
	//margin-left:0px;
	display: block;
	height: 200px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a 
{
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-left: 2px solid #111;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:117px;
	height: 200px;
}

#imageMenu ul li.mountains a {
	background: url(../images/planine.jpg) repeat scroll 0%;
}

#imageMenu ul li.spas a {
	background: url(../images/banje.jpg) repeat scroll 0%;
}

#imageMenu ul li.lakes a {
	background: url(../images/jezera.jpg) repeat scroll 0%;
}

#imageMenu ul li.cities a {
	background: url(../images/gradovi.jpg) repeat scroll 0%;
}

#imageMenu ul li.vilages a {
	background: url(../images/sela.jpg) repeat scroll 0%;
}

#imageMenu ul li.culture a {
	background: url(../images/kbastina.jpg) repeat scroll 0%;
	width: 140px;
}

.clear {
	clear: both;
}

/*************************************************************/


