#leveMenu {
	margin: 0em;
	padding: 0em;
	padding-top: 15px;
	width: 13em;
	float: left;
	overflow: visible;

	position: relative;
	top: 0px;
	z-index: 0;
}
/* zaoblene rohy menu */
#menuNahore {
	background-color: #f5f5f5;
	background-image: url(obrazky/menu-nahore.png);
	background-position: top right;
	_background-position: 1px right;
	background-repeat: no-repeat;

	width: 12.4em;
	margin: 0em;
	padding: 0em;
	color: Black;
	overflow: hidden;
	font-size: 90%;
}
#menuNahore span {
	background-color: Gray;
	font-size: 90%;
	font-weight: bold;
	color: white;
	padding-left: 15px;
	padding-right: 10px;
}
#menuDole {
	background-color: #f5f5f5;
	background-image: url(obrazky/menu-dole.png);
	background-position: bottom right;
	_background-position: 0px right;
	background-repeat: no-repeat;
	width: 12.4em;
	margin: 0em;
	padding: 0em;
	font-size: 90%;
}




/* vertical menu bar */
ul.mbv {
	font-size: 100%;
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	list-style: none;
	border-right: 1px solid Silver;
	width: 12.3em;
	font-size: 90%;

}
ul.mbv li {
	margin: 0em;
	padding: 0em;
	border-bottom: 1px solid #fff; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
	list-style: none;
}
ul.mbv li ul li {
	margin: 0em;
	padding: 0em;
	/*border: 1px solid #ddd; */
	/* fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 2px;
	padding: 0em;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 12.5em;
	width: 12em;
	z-index: 2;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
/* polozka, ktera nema podpolozky */
ul.mbv li a:active {
	display: block;
	padding-top: 0.5em;
	padding-right: 1.25em;
	padding-left: 1em;
	width: 10em;
	text-decoration: none;
	color: Gray;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E4E4E4;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #6B92BD;
	color: #FFF;
	z-index: 5;
}

ul.mbv li a.hidden:link,

/* polozka, ktera ma podpolozky */
ul.mbv li a.hidden:visited {
	background: url(obrazky/trojuhelnik_doprava.gif) no-repeat 98%;
	background-color: #F5F5F5;
}
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-color: #6B92BD;
	color: #FFF;
	width: 10em;
}

.podstranka {
	border: 1px solid silver !important;
	margin-bottom: 1px !important;
}

