#treemenu1 ul{
	/*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0px;
	/*background-image: url(../obr/podklmenu.gif);*/
}
#treemenu1 li.submenu {
	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{
	background-image: url(../obr/butpodklad3.gif);
	font-size: 14px;
	font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
	color: Black;
	border: 1px solid #FF5900;
	margin-top: 2px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 3px solid #FF5900;
	list-style: none;
	z-index: 2000;
	padding-top: 3px;
	padding-left: 3px;
	height: 20px;
}
*/




.podmenu2 {
	background-image: url('../obr/buton-skupina.gif');
	background-repeat: no-repeat;
	color: Black;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	list-style: none;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 8px;
	margin-bottom: 2px;
	z-index: 2000;
line-height: 14px;
}
.podmenu2 A, .podmenu2 A:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.podmenu2 A:hover {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.podmenu3 A, .podmenu3 A:visited  {
	color: #FF6700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
	margin-left: 5px;
	padding: 2px;
	padding-left: 10px;
	z-index: 2000;
}
.podmenu3 A:hover {
	background-color: #FF6700;
	border-left: 1px solid #00F400;
	color: #FFFFFF;
	text-decoration: none;
}

