/* Generic context menu styles */
.contextMenuDynatree {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenuDynatree LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenuDynatree A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenuDynatree LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenuDynatree LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenuDynatree LI.hover.disabled A {
	background-color: transparent;
}

.contextMenuDynatree LI.separator {
	border-top: solid 1px #CCC;
}

/*
	Adding Icons

	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenuDynatree LI.edit A { background-image: url(images/page_white_edit.png); }
.contextMenuDynatree LI.cut A { background-image: url(images/cut.png); }
.contextMenuDynatree LI.copy A { background-image: url(images/page_white_copy.png); }
.contextMenuDynatree LI.paste A { background-image: url(images/page_white_paste.png); }
.contextMenuDynatree LI.delete A { background-image: url(images/page_white_delete.png); }
.contextMenuDynatree LI.quit A { background-image: url(images/door.png); }

.contextMenuDynatree LI.Edytuj A { background-image: url(images/details_small.png); }
.contextMenuDynatree LI.Zmien A { background-image: url(images/Edit.gif); }
.contextMenuDynatree LI.Dodaj A { background-image: url(images/add2.png); }
.contextMenuDynatree LI.Usun A { background-image: url(images/Delete.gif); }
.contextMenuDynatree LI.Uprawnienia A { background-image: url(images/advancedsettings.png); }







