/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	text-align: center;
	height: 100%;
	background-color: #171717;
	}


#index_menu {
	width: 159px;
	height: 22px;
	float: left;
	margin-top: 36px;
	}
	
#index_menu ul {
	list-style: none;
	}
	
#index_menu ul li {
	float: left;
	}
	
#index_menu ul li.srpski a {
	width: 77px;
	height: 22px;
	display: block;
	float: left;
	background-image:url(img/srpski.gif);
	background-repeat: no-repeat:
	}
	
#index_menu ul li.engleski a {
	width: 79px;
	height: 22px;
	display: block;
	float: left;
	background-image:url(img/english.gif);
	background-repeat: no-repeat:
	}
	
#index_menu ul li.srpski a:hover {
	background-position: 0px 22px;	background-repeat: no-repeat:
	}

#index_menu ul li.engleski a:hover {
	background-position: 0px 22px;	background-repeat: no-repeat:
	}
