
/* MENU */

/*
 * Formula na kalkulacje pozycji Y w background-position:
 * a) background-position-y = (line-height/2)-0.25em;
 * b) background-position-y = (line-height/2)-0.5ex;
 * c) można to zrobić łatwiej: background:(..) 1px center .. ;) 
 */

.menu li {
	background-repeat: no-repeat;
	background-position: 0em 1ex;
	padding-left: 1.25em;
	line-height: 3ex;
}

.menu li {
	font-size: 1.1em;

}

.menu li li {
	font-size: 0.8em;
	font-weight: normal;
}

.menu li li li {
	font-size: 1em;
}

.menu li a.selected {
	text-decoration: none;
}
