ul.mbv {	margin: 0;	padding: 0;	list-style: none;	width: 10em;}ul.mbv li {	padding: 0;	margin: 0;	border-bottom: 1px solid white; /* oprava mezery v IE */	position: relative;	z-index: 1;}ul.mbv ul {	margin: 0 0 0 2px;	padding: 0;	list-style: none;	position: absolute;	top: 0; /* jestli rámečky, -1 zarovnat horní rámeček */	left: 10em; /*zacatek druheho sloupce*/	width: 10em;	background: white;	z-index: 2;}/* oddělovač na konci bloku */ul.mbv li.end {	border-bottom: 0px dashed white;}ul.mbv li a:link,ul.mbv li a:visited,ul.mbv li a:hover,ul.mbv li a:active {	display: block;	padding: .0em .5em;	width: 10em; /*sirka prvniho sloupce*/	text-decoration: none;	background: #eeeeee;	color: black;}ul.mbv li a:hover,ul.mbv li a:active {	background: #e0e0e0;	color: #000;}ul.mbv li a.hidden:link,ul.mbv li a.hidden:visited {	background: #eeeeee url('mb.gif') no-repeat 100% -12px;}ul.mbv li a.visible:link,ul.mbv li a.visible:visited,ul.mbv li a.visible:hover,ul.mbv li a.visible:active {	background: #e0e0e0 url('mb.gif') no-repeat 100% -62px;	color: #000}