/* sitemap felsorolas */
UL#ul-sitemap {
	margin: 0 0 0 50px;
	padding: 0;
	background-image: url(images/sitemap_bg.gif);
	background-repeat: repeat-y;
	list-style: none;
}
UL#ul-sitemap LI {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	background-image: url(images/sitemap_frist.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-weight: bold;
	min-height: 20px;
	color: rgb(114, 191, 68);
}
UL#ul-sitemap LI.sitemap-first-start {
	background-image: url(images/sitemap_frist_start.gif);
	background-position: 0 0;
}
UL#ul-sitemap LI.sitemap-first-end {
	background-image: url(images/sitemap_frist_end.gif);
	background-position: 0 6px;
}
UL#ul-sitemap LI A {
	margin: 0;
	padding: 0;
	height: 20px;
	font-weight: bold;
}
UL#ul-sitemap LI UL {
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(images/sitemap_bg.gif);
	background-repeat: repeat-y;
	list-style: none;
}
UL#ul-sitemap LI UL LI {
	background-image: url(images/sitemap_second.gif);
	background-position: 0 8px;
	margin: 0;
	padding: 0 0 0 10px;
	color: rgb(16, 33, 139);
}
UL#ul-sitemap LI UL LI.sitemap-second-end {
	background-image: url(images/sitemap_second_end.gif);
	background-position: 0 8px;
}
UL#ul-sitemap LI A {
	/* color: rgb(114, 191, 68); */
}
UL#ul-sitemap LI A:hover {
	/* color: rgb(114, 191, 68); */
}
UL#ul-sitemap LI UL LI A {
	color: #000000;
}
UL#ul-sitemap LI UL LI A:hover {
	/* color: rgb(16, 33, 139); */
}
UL#ul-sitemap LI UL LI UL LI A {
	/* font-weight: normal; */
	/* color: rgb(16, 33, 139); */
}
UL#ul-sitemap LI UL LI UL LI A:hover {
	/* font-weight: normal; */
	/* color: rgb(16, 33, 139); */
}
