/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 150px;
	z-index: 99999;
	border: solid 0px #CCC;
	background: #515151;
	padding: 0px;
	margin: 0px;
	display: none;
	font-family: Tahoma;
	font-size: 12px;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #FFF;
	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;
}

.contextMenu LI.hover A {
	color: #00ccff;
	background-color: #515151;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
	display: none;
}

.contextMenu LI.disabled {
	color: #AAA;
	cursor: default;
	display: none;
}


.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu 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)
*/

.contextMenu LI.edit A { background-image: url(images/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(images/cut.png); }
.contextMenu LI.copy A { background-image: url(images/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(images/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(images/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(images/door.png); }

.contextMenu LI.options A { background-image: url(images/01.png); }
.contextMenu LI.about A { background-image: url(images/02.png); }
.contextMenu LI.close A { background-image: url(images/03.png); }
.contextMenu LI.advanced-options A { background-image: url(images/04.png); }

.hidden-array {width:150px; height:11px; width:100%; background:url(images/array.jpg) top right no-repeat; font-size:1px; position:absolute; margin-top:-12px; margin-left:-6px;}
*html .hidden-array {margin-left:4px;}
#portlet-menu {padding:3px 4px 6px 6px; margin-left:1px;}
@-moz-document url-prefix() {#portlet-menu { margin-left:0px;}}