html {
	margin: 0px auto; 
	padding: 0px; 
	height: 100%;
}
ul.menu {
	margin: 0px 0px 0px 21px; 
	padding: 0px; 
	width: 180px;
}
li.menu {
	background-position: right; 
	list-style: none; 
	line-height: 23px; 
	background-image: url("../images/menu.png"); 
	background-repeat: no-repeat;
}
a.menu {
	color: #4d731a;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../images/kolecko_zelene.png");
	background-repeat: no-repeat;
}
a.menu:hover {
	color: #FF0000;
}
