ul {
	list-style: none;
	float: right;
background: transparent;
padding: 0px;
margin: 0px;
			
}
li {
 background: url(img/menu.png) no-repeat right;
 width: 111px;
 line-height: 38px;
 text-align: right;
 padding-right: 3px;
}
li a {
	text-decoration: none;
  color: black;
}
li a:hover {
	color: Red;
}
li.aktivni {
	background: white;
	color: Red;
	
}
