#menucontent{
	clear: both;
	background: #363;
	position: relative;
	height: 30px;
	width: 100%;
	border-bottom:solid;
	border-bottom-color:#000;
	border-bottom-width: 2px;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0px;
}

li.item{
	position: relative; 
	width: 100px;
	padding: 0 0 0 20px;
	float: left;
	text-align:center;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

li.item a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight:bolder;
	font-size: 15px;
	background-color:black;
	height:20px;
}

li.item a:hover {
	color:black; 
	text-decoration: none; 
	font-weight:bolder; 
	font-size: 15px;
	background-color: white;
	display:block;
	height: 22px;
	z-index: 2;
	border-left:solid;
	border-left-color:#000;
	border-left-width: 2px;
	border-right:solid;
	border-right-color:#000;
	border-right-width: 2px;
	border-top:solid;
	border-top-color:#000;
	border-top-width: 2px;
}

li.aktivna {
	position: relative; 
	width: 100px;
	padding: 0 0 0 20px;
	float: left;
	text-align:center;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
}

li.aktivna a {
	color:black; 
	text-decoration: none; 
	font-weight:bolder; 
	font-size: 15px;
	background-color: white;
	display:block;
	height: 22px;
	z-index: 2;
	border-left:solid;
	border-left-color:#000;
	border-left-width: 2px;
	border-right:solid;
	border-right-color:#000;
	border-right-width: 2px;
	border-top:solid;
	border-top-color:#000;
	border-top-width: 2px;
}