@charset "utf-8";

#main-menu a{
	font-size: 16px;
	width: 99%;
	display: block;
	padding-left: 1%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 27px;
	padding-top: 1%;
	text-decoration: none;
	background-image: url(/img_upravdom/punkt.jpg);
	left: 0%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}


#main-menu a:hover {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #0ff;
	color: white;
	background-image: url(/img_upravdom/punkt-w.jpg);
}



#main-menu a.active {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #0ff;
	color: white;
	background-image: url(/img_upravdom/punkt-w.jpg);
}
