/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
  font-weight: normal;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree a.nodeDisabled {
	color: #aaa;
  white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree .clip {
	overflow: hidden;
}

.skin0{
  position:absolute;
  width:165px;
  border:2px outset;
  background-color: #eeeeee;
  font-family:Verdana;
  line-height:20px;
  cursor:default;
  font-size:14px;
  z-index:100;
  visibility:hidden;
}
.menuitems {
  padding-left: 5px;
  padding-right: 5px;
}
.menuitemsDisabled {
  padding-left: 5px;
  padding-right: 5px;
}