div.map a {
	color: #191919;
	text-decoration: none;
 }

h2.mapa:hover {
	text-decoration: underline;
	cursor: pointer;
 }

div.map a:hover {
	color: #FF7800;
	text-decoration: underline;
 }

div.map ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 220%;
	font-size: 12px;
}

.folder {
	margin-left: 14px;
	padding-left: 24px;
	background: url(../images/tree/fold.gif) no-repeat left 0px;
}

.folder:hover {
	color: #FF7800;
	text-decoration: underline;
	cursor: pointer;
}

 .folderopen {
	background: url(../images/tree/unfold.gif) no-repeat left 0px;
}

.item {
	margin-left: 14px;
	padding-left: 24px;
	background: url(../images/tree/item_select.gif) no-repeat left 0px;
}

div.map ul ul li{
	margin-left: 32px;
	padding-left: 23px;
	background: url(../images/tree/item_select.gif) no-repeat left 5px;
}

.mapbackcolor {
	display: block;
	width: 300px;
}

.tv {
	background: #c3deea;
 }

.etv {
	background: #f2d6d6;
}

.fotodvd {
	background: #d2eacf;
}

.szkolenia {
	background: #dfd6e5;
}

.reszta {
	background: #e2e2e2;
}


