/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	text-align: center;
	height: 100%;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	}
	
a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	}


#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:
	}

