.zbozi {
z-index:1003;
font-size:90%;
margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.zbozi ul {
padding:0;
margin:0;
list-style-type:none;
width:234px;
}
/* hack for IE5.5 */
* html .zbozi ul {margin-left:0; ma\rgin-left:0; width:234px;}
/* position relative so that you can position the sub levels */
.zbozi li {
position:relative;
background:#A6D8FF;
height:21px;
list-style-type:none;
margin-left: 0px;
padding: 0px;
}

/* get rid of the table */
.zbozi table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:234px; padding: 0; margin: 0;}

/* style the links */
.zbozi a, .zbozi a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:20px;
width:234px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 0px 1px 0;
}
/* hack for IE5.5 */
* html .zbozi a, * html .zbozi a:visited {background:#A6D8FF; width:234px; w\idth:234px;}
/* style the link hover */
* html .zbozi a:hover {color:#fff; background:#274566;}

.zbozi :hover > a {
color:#fff; 
background-color:#274566;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.zbozi ul ul {
visibility:hidden;
position:absolute;
top:0;
left:234px;
border-left: 1px solid white;
}
/* make the second level visible when hover on first level list OR link */
.zbozi ul li:hover ul,
.zbozi ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.zbozi ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.zbozi ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.zbozi ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.zbozi ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
#zbozi{
	border: 1px solid black;
	width: 610px;
	text-align: center;
}
#zbozi TH{
	background-color: gray;
	color: white;	
}

#zbozi TD{
}

.lichy_zb{
	background-color: #DADADA;
}

#zbozi_ndp {
	text-align: right;
	font-variant: normal;
	color: #274566;
	padding-right: 20px;
}

.zbozi_50{
	width: 50px;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
