/* MENU */

#menu {
	width: 361px;
	height: 61px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align: center;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(slike_gif/tab.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 25px 0 0 0;
	margin: 0;
	width: 90px;
	height: 61px;
	color: #a09f9f;
	text-decoration: none;
}

#menu a:hover {
	color: #4c4c4c;
	text-decoration: none;
}

#menu .first a {
	color: #4c4c4c;
	text-decoration: none;
}

#menu .first a:hover {
	color: #4c4c4c;
	text-decoration: none;
}
