#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;
}


.podmenu2 {
	background-image: url('../obr/buton-skupina.gif');
	background-repeat: no-repeat;
	color: Black;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	list-style: none;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 18px;
	margin-bottom: 2px;
	z-index: 1000;
line-height: 16px;
}
.podmenu2 A, .podmenu2 A:visited {
	color: #f0f0f0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.podmenu2 A:hover {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.podmenu3 A, .podmenu3 A:visited {
	color: #243EC4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	list-style: none;
	margin-left: 5px;
	padding: 2px;
	padding-left: 10px;
	z-index: 2000;
}
.podmenu3 A:hover {
	border-left: 1px solid #CC0000;
	color: #CC0000;
	text-decoration: none;
}
