.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	font-size: 11px;
	margin: 0px 0 10px 0;
	z-index: 100;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	width: 104px;
	height: 20px;
	text-align: center;
	color: black;

	background: #EAB938;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
	font-weight: bolder;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li a:hover {
	display: block;
	text-decoration: none;
	width: 104px;
	height: 20px;
	text-align: center;
	color: #659700;

	background: white;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
	font-weight: bolder;
}
.menu ul li.aktibatuta {

	display: block;
	text-decoration: none;
	width: 104px;
	height: 20px;
	text-align: center;
	color: black;

	background-color: #659700;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
	font-weight: bolder;
}