#treemenu1 ul{
	/*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0px;
	background-image: url(../obr/podklmenu.gif);
}
#treemenu1 li.submenu{
	/* Style for LI that contains sub lists (other ULs). */
	cursor: pointer;
}
#treemenu1 li{
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
}
#treemenu1 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
/*.treeview .submenu ul li{ Style for LIs of ULs that are children of LIs (submenu) 
cursor: default;
}*/
.podmenu1{
	/* menu kategorie */
	background-image: url(../obr/butpodklad3.gif);
	font-size: 14px;
	font-weight: bold;
	font-style : italic;
	color: #4DA4DB;
	/*border: 1px solid #4DA4DB;*/
	margin-top: 2px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	/*border-left: 3px solid #4DA4DB;*/
	list-style: none;
	z-index: 2000;
	/*padding: 4px;	*/
	padding-top: 3px;
	padding-left: 4px;
	height: 20px;
}

.podmenu1 A{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #3399ff;
	margin-top: 2px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	z-index: 2000;
	padding-top: 3px;
	height: 20px;
}

.podmenu1 A:hover {
color: White;
}

.podmenu2{
	/* menu skupiny */
	background-image: url(../obr/butpodklad4.gif);
	font-size: 13px;
	color: Black;
	/*font-weight: bold;*/
	border: 1px solid Silver;
	margin-top: 1px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	/*border-left: 2px solid #4DA4DB;*/
	list-style: none;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 0px;
	height: 18px;
	z-index: 2000;
}

.podmenu2 A{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: Black;
	margin-top: 1px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	z-index: 2000;
	padding-top: 3px;
	height: 18px;
}

.podmenu2 A:hover {
color: Red;
}






.podmenu3 A{
	/* menu podskupiny */
	font-size: 11px;
	color: Black;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	list-style: none;
	z-index: 2000;
	font-weight: normal;
}
.podmenu3 A:hover {
	color: White;
	text-decoration: none;
	border-left: 1px solid #4DA4DB;
	/*	padding-left: 2px;*/
}