ul.nemocniceMenu {
	list-style: none;
	margin: 0px 0px 20px 0px;
}

ul.nemocniceMenu li a {
	display: block;
	height: 18px;
	width: 150px;
	padding: 0px 0px 0px 30px;
	background: url("../img/menuBg.gif") top left no-repeat #ccc;
	color: #565756;
	font-size: 9px;
	text-decoration: none;
}

ul.nemocniceMenu li a:hover {
	background: url("../img/menuBgHover.gif") top left no-repeat #fff;
}

div#leftInside {
	padding:30px 0px 0px 0px;
}
div#langBox {
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 20px;
}

.lang_cz,
.lang_de,
.lang_en {
 	display: block;
	width: 20px;
	height: 14px;
	float: left;
	margin: 0px 0px 0px 3px;
}
.lang_cz { background: url("../img/flags/cz.gif") right top no-repeat #fff; }
.lang_cz:hover { background: url("../img/flags/cz-hover.gif") right top no-repeat #fff; }
.lang_de { background: url("../img/flags/de.gif") right top no-repeat #fff; }
.lang_de:hover { background: url("../img/flags/de-hover.gif") right top no-repeat #fff; }
.lang_en { 	background: url("../img/flags/en.gif") right top no-repeat #fff; }
.lang_en:hover { background: url("../img/flags/en-hover.gif") right top no-repeat #fff; }


